/*
Theme Name: kaunjar
*/
@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  margin-top: 0!important;
}
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family:   "RocknRoll One", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #E60012;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
body.open {
  overflow: hidden;
}
a {
  color: #fff;
  display: block;
}
a:link {
  text-decoration: none;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited {
  color: #fff;
}
a:hover {
  opacity: 0.5;
}
h1 {
  font-size: 3rem;
  line-height: 1.5;
}
h2 {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
h3 {
  font-size: 1.7rem;
  text-align: center;
}
img {
  display: block;
  width: fit-content;
}
input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
}
button {
  text-decoration: none;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
button:hover {
  cursor: pointer;
}
/*---------- header ----------*/
header {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0;
}
.header_frame {
  padding: 1rem 0;
  height: 7.2rem;
}
.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6.4rem;
}
.header_logo img {
  width: 126px;
  height: auto;
}

/*---------- main ----------*/
.frame {
  width: 98rem;
  padding: 0 1rem;
  margin: 0 auto;
}
.heading_image {
  margin: 0 auto 2rem;
}
.heading_kaunjar_image {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  object-position: center;
  border-radius: 2.5rem;
  margin: 0 auto;
  background-color: #fff;;
}
.heading_kaunjar_image.red::after {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  border-radius: 2.5rem;
  background-size: cover;
  background-position: center;
  background-image: url('./assets/images/kaunjar_icon_red.png');
}
.heading_kaunjar_image.yellow {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  border-radius: 2.5rem;
  background-size: cover;
  background-position: center;
  background-image: url('./assets/images/kaunjar_icon_yellow.png');
}
.heading_kaunjar_image.blue {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  border-radius: 2.5rem;
  background-size: cover;
  background-position: center;
  background-image: url('./assets/images/kaunjar_icon_blue.png');
}
.btn_normal {
  background-color: #000;
  padding: 1.2rem 3.2rem;
  border-radius: 2.7rem;
  border: solid 1px #fff;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: initial;
}
.btn_normal:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.btn_normal .arrow {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-top: 9.9px;
  margin-left: 10px;
  margin-bottom: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn_normal .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn_normal:hover .arrow,
.btn_normal:hover .arrow::before {
  background-color: #000;
}

/* parts breadcrumb */
.fl_breadcrumb {
  padding: 2.4rem 0; 
  font-size: 1.2rem;
  line-height: inherit;
  letter-spacing: inherit;
}
.fl_breadcrumb .breadcrumb {
  display: flex;
}
.fl_breadcrumb .breadcrumb li {
  display: flex;
  justify-content: center;
}
.fl_breadcrumb .breadcrumb img {
  margin-right: 5px;
}
.fl_breadcrumb .breadcrumb span {
  margin: 0 5px;
}


/* parts contact */
.fl_contact {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
  background-color: #035EAD;
  z-index: 0;
}
.fl_contact::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://koiwa.kaunjer.jp/wp-content/uploads/2025/04/151A6149OK-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
}


@media screen and (max-width: 768px) {
  .fl_contact::before {
    background-image: url(https://koiwa.kaunjer.jp/wp-content/uploads/2025/05/spcontact.jpg);
  }
}

.fl_contact h2 {
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  margin: 0 auto 2rem;
  padding: 7px 10px;
  background: #000;
  width: fit-content;
  color: #fff;
}
.fl_contact h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.fl_contact .contact_box {
  width: 80rem;
  margin: 4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.fl_contact .contact_apply {
  width: 35rem;
}
.fl_contact .contact_tel {
  width: 41rem;
}
.fl_contact .contact_box .title {
  font-size: 1.6rem;
}
.fl_contact .contact_box .sub {
  border: solid 1px #fff;
  width: fit-content;
  padding: 0 2.4rem;
  margin: 1.6rem auto 0;
}
.fl_contact .contact_box .link_tel {
  margin-top: 1.6rem;
  pointer-events: none;
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  font-size: 5rem;
  align-items: center;
}
.fl_contact .contact_box .link_tel p {
  padding-left: 1rem;
  line-height: 1;  
}
.fl_contact .btn_mail {
  width: 30.4rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #676767;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 6px;
  height: 4.4rem;
  margin: 1.2rem auto;
}
.fl_contact .btn_line {
  width: 30.4rem;
  background-color: #E9FFF2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #06C755;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 6px;
  height: 4.4rem;
  margin: 1.2rem auto;
}
.fl_contact .contact_apply img {
  margin-right: 1rem;
}


/* parts top case */
.fl_top_case {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
  background-color: #FFF100;
  z-index: 0;
}
.fl_top_case::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://koiwa.kaunjer.jp/wp-content/uploads/2025/04/sekkyakuchu.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: -1;
}
.fl_top_case h2 {
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  margin: 0 auto 2rem;
  padding: 7px 10px;
  background: #000;
  width: fit-content;
  color: #fff;
}
.fl_top_case h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.fl_top_case .jisseki-list {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.fl_top_case .jisseki-list a {
  width: 30.4rem;
  margin-bottom: 4rem;
  color: #333;
}
.fl_top_case .jisseki-list a:visited {
  color: #333;
}
.fl_top_case .jisseki-list::after {
  display: block;
  content:"";
  width: 30.4rem;
}
.fl_top_case .jisseki_img {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;  
  border-radius: 8px;
}
.jisseki_info{
  background-color: white;
  color: black;
  opacity: 0.85;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.jisseki_info .info_date{
  padding-left: 4rem;
}
.jisseki_info .info_cat{
  padding-left: 4rem;
}
.jisseki_info .jisseki_title{
  font-weight: normal;
  margin-bottom: 10px;
  text-align: start;
  padding: 0 18px;
  font-size: 18px;
  line-height: 1.5;
}
.fl_top_case .jisseki_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fl_top_case h3 {
  text-align: left;
  font-weight: normal;
  padding-left: 4rem;
}

/* parts shop info */
.fl_shop_info {
  padding: 8rem 0;
  background-color: #E60012;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.fl_shop_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://koiwa.kaunjer.jp/wp-content/uploads/2025/04/access.jpg);
	background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: -1;
}


.fl_shop_info h2 {
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  margin: 0 auto 2rem;
  padding: 7px 10px;
  background: #000;
  width: fit-content;
  color: #fff;
}
.fl_shop_info h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.fl_shop_info .shop_map {
  margin: 4rem 0 2rem;
}
.fl_shop_info .shop_map iframe {
  width: 100%;
  height: 36rem;
  border-radius: 8px;
}
.fl_shop_info .shop_info {
  position: relative;
  margin-bottom: 4rem;
  z-index: 0;
  overflow: hidden;
  background-color: white;
  color: black;
  opacity: 0.85;
  padding: 15px;
  border-radius: 5px;
}
.fl_shop_info .shop_info dl {
  display: flex;
  align-items: stretch;
  font-size: 1.6rem;
  padding: 2.4rem 0;
  border-bottom: solid 1px #8E8E8E;
}
.fl_shop_info .shop_info dt {
  width: 18rem;
  padding: 0 2.4rem;
}
.fl_shop_info .shop_info dd {
  width: calc(100% - 18rem);
  padding: 0 2.4rem 0 1.6rem;
}
.fl_shop_info .btn_normal {
  display: flex;
  align-items: center;
}
.fl_shop_info .btn_normal .icon_window {
  margin-left: 1rem;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fl_shop_info .btn_normal:hover .icon_window {
  filter: brightness(0);
}
.fl_shop_info .shop_info dl:nth-of-type(2) dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fl_shop_info .shop_info dl:nth-of-type(2) .btn_normal {
  margin: 0;
}
.fl_shop_info .shop_info dl:nth-of-type(2) .btn_normal {
  margin-top: 1rem;
}

/* parts sidebar */
a.sidebar {
  position: fixed;
  top: 45rem;
  background-color: #E9FFF2;
  right: 0;
  color: #06C755;
  border: solid 2px #06C755;
  border-right: none;
  border-radius: 8px 0 0 8px;
  letter-spacing: normal;
  line-height: normal;
  height: 15rem;
  width: 7rem;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 2;
}
a.sidebar img {
  height: 4.5rem;
  width: 4.5rem;
  margin: 2rem auto .5rem;
}
a.sidebar span {
  font-size: 1.6rem;
}



/*---------- footer ----------*/
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  height: 66px;
  font-size: 12px;;
}

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {
.pcDisNon {
  display: none;
}
/*---------- header ----------*/
.nav_list li.sub_link {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.nav_list .main_link {
  text-align: center;
  font-size: 1.4rem;
  padding: 0 0 0 4rem;
}
.nav_list .main_link:first-of-type {
  padding-left: 0;
}
.nav_list .main_link:last-of-type {
  border-right: none;  
}
.nav_list .main_link a {
  position: relative;
}
/* .nav_list .main_link a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 24px;
  left: 45%;
  bottom: 0;
  margin: auto;
} */
.globalnav .nav_list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/*---------- main ----------*/

/*---------- footer ----------*/

}

/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/

/*---------- footer ----------*/

}


/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {
.spDisNon {
  display: none;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}

/*---------- header ----------*/
.header_logo {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 0;
  width: fit-content;
}
.header_logo p {
  margin: 0;
}
.header_logo img {
  width: auto;
  height: 3rem;
}
.header_box {
  height: 5rem;
  padding: 0 5rem 0 2rem;
  background-color: #000;
}
.nav_list > li > a {
  display: block;
  padding: 1rem 2rem;
  position: relative;
}
.nav_list > li > a:hover {
  opacity: 1;
}
.nav_list a:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.md_gl_nav .tog_bar.active + ul {
  border-bottom: solid .1rem #fff;
}
.md_gl_nav .tog_bar.active:after {
  content: "\f068";
}
.md_gl_nav .md_gl_nav_inner {
  display: none;
  padding: 1rem 0;
}
.md_gl_nav .md_gl_nav_inner li {
  margin: 0 2.3rem 0;
}
.md_gl_nav .md_gl_nav_inner li a {
  display: block;
  padding: 1rem 0;
}
.md_gl_nav {
  background-color: #000;
  height: 100%;
  margin: 0;
  padding-bottom: 10rem;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 100vw;
  top: 4.8rem;
  right: 0;
  z-index: 6;
}
.overlay {
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 4.8rem;
  left: 0;
  z-index: 5;
  opacity: 0;
}
.globalnav-wrap .globalnav .md_gl_nav {
  -webkit-transition: all .2s;
  transition: all .2s;
  right: -100vw;
}
.globalnav-wrap.open .globalnav .md_gl_nav {
  right: 0;
}
.globalnav-wrap.open .overlay {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 100%;
  height: 100%;
}
.nav-button-wrap {
    z-index: 1000;
    cursor: pointer;
    position: absolute;
    top: 1.4rem;
    right: 1.5rem;
}
.nav-button,
.nav-button span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-button {
  z-index: 20;
  width: 25px;
  height: 17px;
  position: relative;
}
.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 8px;
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}
.active .nav-button span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.active .nav-button span:nth-of-type(2) {
  opacity: 0;
}
.active .nav-button span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
/*---------- main ----------*/
.header_frame {
  padding: 0;
  height: inherit;
}
.frame {
  width: 100%;
  padding: 0 1rem;
}
.btn_normal {
  padding: 1.2rem 2.4rem;
}
.btn_normal .arrow {
  width: 30px;
}
.btn_normal .arrow::before {
  width: 12px;
}
.heading_image {
  width: 95%;
  max-width: fit-content;
  margin: 0 auto 2rem;
  max-height: 40px;
  height: 40px;
}



/* parts breadcrumb */
.fl_breadcrumb .breadcrumb {
  overflow-x: scroll;
  white-space: nowrap;
}


/* parts contact */
.fl_contact {
  padding: 4rem 0;
}
.fl_contact .contact_box {
  width: 100%; 
}
.fl_contact .contact_apply {
  width: 100%;
}
.fl_contact .contact_tel {
  width: 100%;
  margin-top: 2rem;
}
.fl_contact .contact_box .link_tel {
  width: 27rem;
  margin: 1rem auto 0;
  pointer-events: inherit;
  font-size: 3.2rem;
}
.fl_contact .contact_box .link_tel img {
  width: 4rem;
}
.fl_contact .btn_mail,
.fl_contact .btn_line {
  width: 100%;
  max-width: 30.4rem;
}

/* parts top case */
.fl_top_case {
  padding: 4rem 0;
}
.fl_top_case .jisseki-list a {
  width: calc(50% - 5px);
  margin-bottom: 2rem;
}

/* parts shop info */
.fl_shop_info {
  padding: 4rem 0;
}
.fl_shop_info .shop_map iframe {
  height: 24rem;
}
.fl_shop_info .shop_info dl {
  font-size: 1.4rem;
  padding: 1rem 0;
}
.fl_shop_info .shop_info dt {
  width: 14rem;
  padding: 0 1rem;
}
.fl_shop_info .shop_info dd {
  width: calc(100% - 14rem);
  padding: 0 1em 0 0;
}

/* parts sidebar */
a.sidebar {
  top: 40rem;
  height: 14rem;
  width: 5rem;
  padding: 1rem;
}
a.sidebar img {
  height: 3rem;
  width: 3rem;
  margin: 0 auto .5rem;
}
a.sidebar p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
}

.jisseki_info .jisseki_title{
  text-align: left;
  padding: 0 10px;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.3;
}

.jisseki_info .info_date{
  padding-left: 1.2rem;
  font-size: 12px;
}
.jisseki_info .info_cat{
  padding-left: 1.2rem;
  font-size: 12px;
}


/*---------- footer ----------*/

}
/*---------- レイアウト微調整 ----------*/
@media (max-width: 900px) {
.nav_list .main_link {
  padding: 0 0 0 2rem;
}
}
@media (max-width: 600px) {
.nav_list .main_link {
  padding: 0;
}
}
@media (max-width: 370px) {
  /* parts top case */
.fl_top_case .heading_image {
  width: 90%;
}
}



/* 枠・見出し */
.brandbag-box{
  border:1px solid #ddd;
  border-radius:6px;
  padding:18px 16px 22px;
  background:#fff;
  width:80%;
  margin:0 auto;
}

@media (max-width: 900px) {
.nav_list .main_link {
  padding: 0 0 0 2rem;
}
	.brandbag-box{
		width:90%;
	}
}
@media (max-width: 600px) {
.nav_list .main_link {
  padding: 0;
}
	.brandbag-box{
		width:90%;
	}
}
@media (max-width: 370px) {
  /* parts top case */
.fl_top_case .heading_image {
  width: 90%;
}
	.brandbag-box{
		width:90%;
	}
}

.brandbag-title{
  margin:0 0 14px;
  text-align:center;
  font-size:20px;
  font-weight:700;
  line-height:1.4;
}
.brandbag-title span{
  position:relative;
  display:inline-block;
  padding:0 .6em;
}
.brandbag-title span:before{
  content:"";
  position:absolute;
  left:0; right:0; bottom:.1em;
  height:.55em;
  background:#fff36b; /* 見出しの黄色マーカー */
  z-index:-1;
  border-radius:2px;
}

/* グリッド */
.photo-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
@media (max-width:1024px){
  .photo-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:560px){
  .photo-grid{ grid-template-columns:1fr; }
}

/* 各アイテム */
.photo-item{ margin:0; }
.thumb{
  position:relative;
  aspect-ratio:1 / 1;            /* 正方形 */
  border-radius:6px;
  overflow:hidden;
  background:#f5f5f5;
}
.thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* オレンジの番号バッジ */
.badge{
  position:absolute;
  top:8px; left:8px;
  background:#e60012;
  color:#fff;
  font-weight:700;
  font-size:16px;
  line-height:1;
  padding:6px 10px;
  border-radius:6px;
  box-shadow:0 2px 4px rgba(0,0,0,.15);
}

/* キャプション */
.photo-item figcaption{
  text-align:center;
  margin-top:8px;
  font-size:14px;
  color:#0b213f;
}