@charset "UTF-8";

/*
初期設定
**************************/
html {
  font-size: 62.5%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    min-width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

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

/*
header
**************************/
.header {
  border-top: solid 3px #802358;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
  /* burger menu */
}

.header__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .header__inner {
    font-size: 1.4rem;
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .header__inner {
    height: 48px;
    padding-left: 15px;
    padding-right: 11px;
  }
}

@media screen and (min-width: 769px) {
  .header .logo img {
    height: auto;
    width: 119px;
  }
}

@media screen and (max-width: 768px) {
  .header .logo img {
    width: 70px;
  }
}

@media screen and (min-width: 769px) {
  .header .site-ttl {
    margin-left: 20px;
  }

 .header .site-ttl a img{
  width: 88px;
 }

  .header .home_icon_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header .site-ttl {
    display: none;
  }

  .header .home_icon_sp {
    margin-left: 8px;
    width: 27px;
  }
}

.header .gnav {
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .header .gnav__wrap {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .header .gnav__wrap {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    display: none;
    height: calc(100vh - 48px);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 48px;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .header .category {
    -webkit-display: flex !important;
    display: flex !important;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .header .category {
    padding-bottom: 100px;
  }
}

.header .category>li {
  position: relative;
}

@media screen and (min-width: 769px) {
  .header .category>li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .header .category>li {
    background-color: #a8a8a8;
  }
}

@media screen and (max-width: 768px) {
  .header .category>li:not(:first-child) {
    border-top: solid 1px #fff;
  }
}

.header .category>li>a {
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .header .category>li>a {
    padding: 3px 5px;
  }
}

@media screen and (max-width: 768px) {
  .header .category>li>a {
    padding: 15px;
  }
}

.header .category>li>a::before,
.header .category>li>a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {

  .header .category>li>a::before,
  .header .category>li>a::after {
    background-color: #000;
    bottom: 0;
    height: 2px;
    width: 0;
  }
}

@media screen and (max-width: 768px) {

  .header .category>li>a::before,
  .header .category>li>a::after {
    border-radius: 2px;
    background-color: #d9d9d9;
    height: 4px;
    width: 14px;
  }
}

@media screen and (min-width: 769px) {
  .header .category>li>a::before {
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
  .header .category>li>a::before {
    right: 15px;
    top: calc(50% - 2px);
  }
}

@media screen and (min-width: 769px) {
  .header .category>li>a::after {
    right: 50%;
  }
}

@media screen and (max-width: 768px) {
  .header .category>li>a::after {
    right: 15px;
    top: calc(50% - 2px);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media screen and (min-width: 769px) {

  .header .category>li>a:hover::before,
  .header .category>li>a:hover::after {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .header .category>li>a.active::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.header .s-category {
  display: none;
}

@media screen and (min-width: 769px) {
  .header .s-category {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .header .s-category {
    background-color: #7b7b7b;
  }
}

@media screen and (max-width: 768px) {
  .header .s-category>li:not(:first-child) {
    border-top: solid 1px #a8a8a8;
  }
}

.header .s-category>li>a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 20px 15px 30px;
}

.header .s-category>li>a::after {
  content: "";
  border-bottom: solid #fff;
  border-right: solid #fff;
  display: block;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
}

.header .btn {
  margin-left: 25px;
  letter-spacing: -.4em;
}

.header .btn a {
  letter-spacing: normal;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .btn a+a {
  margin-left: 20px;
}

.header .btn a:hover {
  border-radius: 15px;
  opacity: .7;
}

.header .btn a img {
  vertical-align: bottom;
  padding-bottom: 2px;
}

.header #burger {
  display: none;
}

.header #burger-btn {
  cursor: pointer;
  height: 22px;
  position: relative;
  width: 22px;
}
/*---
 20240402追記
 -----------------*/
.header .pc-only ul li a img{
  width:260px;
}



@media screen and (min-width: 769px) {
  .header #burger-btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header #burger-btn {
    display: block;
  }
}

.header #burger-btn::before,
.header #burger-btn::after {
  content: "";
}

.header #burger-btn::before,
.header #burger-btn::after,
.header #burger-btn>span {
  background-color: #d9d9d9;
  border-radius: 2px;
  display: block;
  height: 4px;
  position: absolute;
  right: 4px;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  width: 14px;
}

.header #burger-btn::before {
  top: 0;
}

.header #burger-btn>span {
  font-size: 0;
  overflow: hidden;
  text-indent: 100%;
  top: 9px;
  white-space: nowrap;
}

.header #burger-btn::after {
  top: 18px;
}

.header #burger-btn.active::before,
.header #burger-btn.active::after,
.header #burger-btn.active>span {
  top: 9px;
}

.header #burger-btn.active::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header #burger-btn.active>span,
.header #burger-btn.active::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
main
**************************/
@media screen and (min-width: 769px) {
  .main {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 48px;
  }
}

.inner {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

@media screen and (min-width: 769px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
footer
**************************/
.footer__sitemap {
  background-color: #ede9e4;
  color: #656565;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media screen and (min-width: 481px) {
  .footer__sitemap {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .footer__sitemap {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 481px) {
  .footer__sitemap .inner {
    display: -webkit-flex;
    display: flex;
  }
}

.footer__sitemap .s-block>li>span {
  font-weight: bold;
}

@media screen and (min-width: 481px) {
  .footer__sitemap .s-block>li>ul>li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .footer__sitemap .s-block>li>ul>li {
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .footer__sitemap .s-block>li>ul>li>a:hover {
    color: #000;
  }
}

@media screen and (min-width: 481px) {
  .footer__sitemap .s-block>li+li {
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .footer__sitemap .s-block>li+li {
    margin-top: 25px;
  }
}

@media screen and (min-width: 481px) {
  .footer__sitemap .s-block+.s-block {
    margin-left: 80px;
  }
}

@media screen and (max-width: 480px) {
  .footer__sitemap .s-block+.s-block {
    margin-top: 25px;
  }
}

.footer__nav {
  background-color: #c1aa89;
}

@media screen and (min-width: 481px) {
  .footer__nav {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

@media screen and (min-width: 481px) {
  .footer__nav .inner>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__nav .inner>ul>li>a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .footer__nav .inner>ul>li>a {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
  }
}

.footer__nav .inner>ul>li>a>span {
  display: inline-block;
}

.footer__nav .inner>ul>li>a::after {
  border-bottom: solid #fff;
  border-right: solid #fff;
  content: "";
  display: block;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
}

@media screen and (min-width: 481px) {
  .footer__nav .inner>ul>li>a::after {
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 480px) {
  .footer__nav .inner>ul>li>a::after {
    border-bottom-width: 2px;
    border-right-width: 2px;
    margin-left: auto;
  }
}

@media screen and (min-width: 769px) {
  .footer__nav .inner>ul>li>a:hover span {
    text-decoration: underline;
  }
}

@media screen and (max-width: 480px) {
  .footer__nav .inner>ul>li:not(:first-child)>a {
    border-top: solid 1px #fff;
  }
}

.footer__copyright {
  background-color: #4f4b45;
}

.footer__copyright .inner>p {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .footer__copyright .inner>p {
    font-size: 1.2rem;
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media screen and (max-width: 480px) {
  .footer__copyright .inner>p {
    font-size: 1rem;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

#totop {
  background-color: #cb2828;
  border-radius: 50%;
  overflow: hidden;
  position: fixed;
  z-index: 500;
}

@media screen and (min-width: 769px) {
  #totop {
    bottom: 60px;
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #totop {
    bottom: 30px;
    right: 15px;
  }
}

@media screen and (min-width: 769px) {
  #totop:hover {
    opacity: .75;
  }
}

#totop>a {
  color: #fff;
  display: block;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #totop>a {
    font-size: 3.2rem;
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  #totop>a {
    font-size: 2rem;
    height: 45px;
    line-height: 45px;
    width: 45px;
  }
}

#totop>a>i {
  line-height: 1;
}

#totop>a>span {
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}