@charset "utf-8";
/*  style.css
---------------------------------------------- */
/*  pc
---------------------------------------------- */
@font-face {
  font-family: "corporate";
  src: url("assets/common/font/Corporate-Logo-Bold-ver3.ttf") format("truetype"),
    url("assets/common/font/Corporate-Logo-Bold-ver3.woff") format("woff");
}
.js_fix {
  overflow: hidden;
}
main {
  margin-top: 85px;
  overflow: hidden;
}
.inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1140px;
  min-width: 960px;
}
.heading {
  margin-bottom: 40px;
  padding-bottom: 15px;
  position: relative;
  font-size: 3.5rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #68a5ad;
}
.btn {
  width: 370px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  background: #87bcc3;
  text-align: center;
  transition: 0.3s;
}
.btn:hover {
  background: #76a4ab;
}
.btn_w {
  color: #87bcc3;
  background: #fff;
  border: 1px solid #87bcc3;
}
.btn_w:hover {
  background: #fff;
  opacity: 0.7;
}
.btn_back {
  background: #afafaf;
}
.btn_back:hover {
  background: #909090;
}

/*--------------------------------
 header 
 --------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #68a5ad;
  font-weight: 700;
  background: #fff;
  z-index: 9999;
  transition: all 0.3s;
}
header .logo {
  margin-left: 2%;
}
header nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
header .menu {
  display: flex;
  gap: 20px;
}
header .menu a {
  position: relative;
  transition: 0.1s;
}
header .menu a.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #68a5ad;
}
header .menu a:hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #68a5ad;
  animation: expand 0.4s ease forwards;
}
@keyframes expand {
  0% {
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
  100% {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}
header .tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  height: 100%;
  background: #87bcc3;
  font-size: 1.6rem;
}
header .tel .tel_num {
  line-height: 1;
  font-family: "Judson", serif;
  font-size: 3.3rem;
}
header .tel .tel_num span {
  margin-right: 5px;
  font-weight: 400;
  font-size: 1.6rem;
}
header .bag {
  position: absolute;
  bottom: -55px;
  right: 1%;
  width: 45px;
  height: 45px;
  background: #71a0a6;
  border-radius: 50%;
  transition: 0.3s;
}
header .bag:hover {
  background: #638b91;
}
header .bag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url(assets/common/img/icon_bag.svg) no-repeat center / contain;
}

/*--------------------------------
 footer 
 --------------------------------*/
footer .footer_tel {
  padding: 40px 7%;
  background: url(assets/common/img/bg_butsu.png) no-repeat center bottom / cover;
}
.footer_tel .tel {
  padding: 40px;
  width: fit-content;
  background: #fff;
  line-height: 1;
}
.footer_tel .tel .tel_txt {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2.6rem;
}
.footer_tel .tel .tel_num {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Judson", serif;
  font-weight: 400;
  font-size: 5.8rem;
}
.footer_tel .tel .tel_num span {
  font-size: 3rem;
}
footer .footer_main {
  padding: 60px 0 30px;
  position: relative;
  background: url(assets/common/img/bg_footer02.jpg) no-repeat center 40% / cover;
}
footer .footer_main::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(163, 213, 219, 0.8);
}
footer .footer_main .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}
.footer_main .info,
.footer_main .menu {
  width: 50%;
}
.footer_main .info .info_shop {
  margin-bottom: 20px;
  font-style: 1.6rem;
  font-weight: 700;
}
.footer_main .info .info_shop .name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  font-size: 3.4rem;
}
.footer_main .info .info_shop .name img {
  width: 35px;
}
.footer_main .info .info_txt {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.footer_main .info .map {
  height: 23px;
  padding: 0 10px;
  font-size: 1.4rem;
  background: #1a1612;
  color: #fff;
  border-radius: 5px;
  font-family: "Judson", serif;
  align-content: center;
  transition: all 0.1s;
}
.footer_main .info .map:hover {
  opacity: 0.7;
}
.footer_main .menu {
  text-align: right;
  font-size: 1.6rem;
}
.footer_main .menu li {
  margin-bottom: 10px;
}
.footer_main .menu li.menu_sub {
  margin-top: 30px;
  font-size: 12px;
}
.footer_main .copy {
  margin-top: 50px;
  padding-top: 40px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #707070;
  font-size: 1rem;
  color: #707070;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
}

/*--------------------------------
 butsu 
 --------------------------------*/
#butsu {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
#butsu img {
  display: block;
}
#butsu p {
  text-align: center;
}
#butsu .butsu_inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
#butsu .butsu_top {
  width: 280px;
  margin: 0 auto 20px;
}
#butsu .butsu_head {
  letter-spacing: -0.1em;
}
#butsu .butus_ttl {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#butsu .butus_ttl img {
  width: 90px;
}
#butsu .butus_ttl p {
  font-family: "corporate", sans-serif;
  font-size: 6.4rem;
  letter-spacing: 0.03em;
  font-weight: 400;
}
#butsu .butus_desc02 {
  margin: 35px 0;
  padding-top: 30px;
  font-size: 2.2rem;
  border-top: 1px solid #707070;
}
#butsu .butu_img img {
  position: absolute;
  width: 32%;
}
#butsu .butu_img .img01 {
  left: -200px;
}
#butsu .butu_img .img02 {
  right: -200px;
}

/*--------------------------------
 pd_list 
 --------------------------------*/
.list_cont .category_s .cat_head_s {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding: 0 20px;
  background: #daf1f3;
  font-weight: 700;
  font-size: 24px;
}
.pd_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px 2%;
}
.pd_list li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% / 4 - 1.5%);
  height: auto;
}
.pd_list li .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.pd_list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd_list li .name {
  margin: 10px 0 30px;
  text-align: center;
}
.pd_list li .slc {
  width: 80%;
  display: block;
  margin: auto auto 0;
  cursor: pointer;
}
.pd_list li .slc input {
  display: none;
}
.pd_list li .slc span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 22px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: #c7c7c7;
}
.pd_list li .slc input:checked + span {
  background: #87bcc3;
}
.pd_note {
  font-size: 1.4rem;
  margin-top: 30px;
}

/*--------------------------------
 modal 
 --------------------------------*/
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#modal.js_active {
  display: block;
}
#modal .modal_bg {
  width: 100%;
  height: 100%;
  background: #1a1612;
  opacity: 0.5;
}
#modal .modal_wrap {
  display: flex;
  align-items: flex-start;
  gap: 7%;
  max-height: 80vh;
  padding: 90px 10%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  overflow-y: scroll;
}
#modal .modal_wrap .batsu {
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
  position: absolute;
  cursor: pointer;
}
#modal .modal_wrap .batsu::before,
#modal .modal_wrap .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 40px;
  background: #707070;
}
#modal .modal_wrap .batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal_wrap .batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal_wrap .img {
  width: 45%;
}
#modal .modal_wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#modal .modal_wrap .img .img_mdl {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
#modal .modal_wrap .img .img_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
#modal .modal_wrap .img .img_list li {
  width: calc(100% / 5 - 8px);
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
}
#modal .modal_wrap .img .img_list li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1a1612;
  opacity: 0.7;
}
#modal .modal_wrap .img .img_list li.active::after {
  content: none;
}
#modal .modal_wrap .img .img_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#modal .modal_wrap .info {
  width: calc(100% - 52%);
  height: auto;
  aspect-ratio: 1/1;
}
#modal .modal_wrap .info .info_dera {
  width: 190px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  background: #b22222;
}
#modal .modal_wrap .info .info_name {
  margin: 10px 0 20px;
  font-weight: 600;
  font-size: 3.8rem;
}
#modal .modal_wrap .info .info_desc {
  font-weight: 600;
}
#modal .modal_wrap .info .info_btns {
  margin: 25px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#modal .modal_wrap .info .info_btns .btn {
  width: 100%;
}
#modal .modal_wrap .info .info_txt {
  padding-top: 35px;
  border-top: 1px dashed #707070;
}
#modal .modal_wrap .info .info_txt .head {
  font-weight: 600;
  margin-bottom: 5px;
}
#modal .modal_wrap .info .info_price {
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: 600;
}
#modal .modal_wrap .info .info_price span {
  font-size: 1.4rem;
}
#modal .modal_wrap .info .info_note {
  margin-top: 10px;
  font-size: 1.4rem;
}
#modal .modal_wrap .info .info_similar {
  margin-top: 35px;
}
#modal .modal_wrap .info_similar .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 20px;
}
#modal .modal_wrap .info_similar .list .item {
  width: calc(50% - 10px);
  font-size: 1.8rem;
}

/*--------------------------------
 head_in 
 --------------------------------*/
#head_in {
  display: flex;
  align-items: center;
  height: 310px;
  background: rgb(229, 246, 248);
  background: linear-gradient(180deg, rgba(229, 246, 248, 1) 90%, rgba(229, 246, 248, 0) 100%);
}
#head_in .ttl_inpage {
  padding-left: 2%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 4.6rem;
  font-weight: 600;
  z-index: 1;
}
#head_in .ttl_inpage::before {
  content: "";
  width: 35px;
  height: 1px;
  background: #707070;
}
#head_in .ttl_inpage::after {
  content: "";
  position: absolute;
  left: -20px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #f6f6ec;
  z-index: -1;
}

/*--------------------------------
 news 
 --------------------------------*/
#news .news_cont {
  background: #fff;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
}
#news .news_cont .list li {
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 1.8rem;
}
#news .news_cont .list li time {
  margin-bottom: 5px;
  font-family: "Judson", serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #afafaf;
}

/*  mobile & smart phone
---------------------------------------------- */
@media only screen and (max-width: 1090px) {
  /*--------------------------------
   header 
   --------------------------------*/
  header {
    height: 70px;
  }
  header .logo {
    margin-left: 3%;
  }
  header .bag {
    bottom: -40px;
  }
  header .hbg {
    display: block !important;
    position: relative;
    margin-right: 3%;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 99999;
  }
  header .hbg span {
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    height: 2px;
    background: #707070;
    transition: 0.1s;
  }
  header .hbg span:first-child {
    top: 0;
  }
  header .hbg span:nth-child(2) {
    top: calc(50% - 1px);
  }
  header .hbg span:last-child {
    bottom: 0;
  }
  header .hbg.js_open span:first-child {
    top: 12px;
    transform: rotate(45deg);
  }
  header .hbg.js_open span:nth-child(2) {
    opacity: 0;
  }
  header .hbg.js_open span:last-child {
    bottom: 11px;
    transform: rotate(-45deg);
  }
  header nav {
    padding: 80px 0 10vh;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    transition: 0.1s;
    z-index: 999;
    background: #fff;
  }
  header nav.js_open {
    left: 0;
  }
  header .menu {
    width: 90%;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  header .menu a {
    display: block;
    padding-bottom: 20px;
    position: relative;
    background-image: linear-gradient(to right, #87bcc3 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    text-align: center;
  }
  header .menu a.active::after,
  header .menu a:hover::after {
    content: none;
  }
  header .tel {
    margin: auto 0 0 0;
    width: 90%;
    padding: 15px;
    height: auto;
  }
  header .tel p {
    text-align: center;
    font-size: 2rem;
  }
  header .tel .tel_num {
    font-size: 4.3rem;
  }
  header .tel .tel_num span {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 959px) {
  main {
    margin-top: 70px;
  }
  .inner {
    min-width: inherit;
  }
  .heading {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .btn {
    width: 100%;
    height: 45px;
    font-size: 2rem;
  }

  /*--------------------------------
   footer 
   --------------------------------*/
  footer .footer_tel {
    padding: 30px 5%;
  }
  .footer_tel .tel {
    padding: 20px 25px;
    width: 100%;
  }
  .footer_tel .tel .tel_txt {
    margin-bottom: 5px;
    font-size: 2.4rem;
  }
  .footer_tel .tel .tel_num {
    font-size: 5.2rem;
  }
  footer .footer_main {
    padding: 40px 0 20px;
  }
  footer .footer_main .inner {
    flex-direction: column;
    gap: 30px;
  }
  .footer_main .info,
  .footer_main .menu {
    width: 100%;
  }
  .footer_main .info .info_shop {
    margin-bottom: 15px;
  }
  .footer_main .info .info_shop .name {
    margin-top: 10px;
    font-size: 3.8rem;
  }
  .footer_main .info .info_shop .name img {
    width: 40px;
  }
  .footer_main .info .info_txt {
    gap: 10px;
    line-height: 1.8;
  }
  .footer_main .info .map {
    height: 20px;
    border-radius: 3px;
  }
  .footer_main .menu {
    margin-top: 10px;
    text-align: center;
    font-size: 1.8rem;
  }
  .footer_main .menu li.menu_sub {
    margin-top: 35px;
  }
  .footer_main .copy {
    margin-top: 10px;
    padding-top: 20px;
  }

  /*--------------------------------
   butsu 
   --------------------------------*/
  #butsu {
    font-size: 2.4rem;
  }
  #butsu .butsu_inner {
    width: 90%;
  }
  #butsu p {
    line-height: 1.4;
  }
  #butsu .butsu_inner::after {
    width: 40%;
    bottom: -24%;
    right: 0;
  }
  #butsu .butsu_top {
    width: 200px;
  }
  #butsu .butus_ttl {
    margin: 5px 0 10px;
    gap: 15px;
  }
  #butsu .butus_ttl img {
    width: 70px;
  }
  #butsu .butus_ttl p {
    font-size: 5rem;
  }
  #butsu .butus_desc01 {
    line-height: 1.6;
  }
  #butsu .butus_desc02 {
    margin: 20px 0 40px;
    padding-top: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
  #butsu .butu_img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
  }
  #butsu .butu_img img {
    position: inherit;
    width: 45%;
  }

  /*--------------------------------
   pd_list 
   --------------------------------*/
  .list_cont .category_s .cat_head_s {
    height: 35px;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 2.2rem;
  }
  .pd_list {
    gap: 20px 4%;
  }
  .pd_list li {
    width: calc(100% / 2 - 2%);
  }
  .pd_list li .name {
    margin: 10px 0 20px;
    text-align: center;
  }
  .pd_list li .slc {
    margin: auto auto 0;
  }
  .pd_note {
    margin-top: 20px;
  }

  /*--------------------------------
   modal 
   --------------------------------*/
  #modal .modal_wrap {
    flex-direction: column;
    gap: 40px;
    max-height: 90vh;
    padding: 70px 6% 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #modal .modal_wrap .batsu {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
  }
  #modal .modal_wrap .batsu::before,
  #modal .modal_wrap .batsu::after {
    height: 30px;
  }
  #modal .modal_wrap .img {
    width: 100%;
  }
  #modal .modal_wrap .img .img_list {
    gap: 5px;
  }
  #modal .modal_wrap .info {
    width: 100%;
  }
  #modal .modal_wrap .info .info_dera {
    width: fit-content;
    padding: 0 5px;
    height: 25px;
    font-size: 14px;
  }
  #modal .modal_wrap .info .info_name {
    margin-top: 5px;
    font-size: 3.6rem;
  }
  #modal .modal_wrap .info .info_btns {
    margin: 25px 0 30px;
  }
  #modal .modal_wrap .info .info_txt {
    padding-top: 30px;
  }
  #modal .modal_wrap .info_similar .list {
    gap: 30px;
  }
  #modal .modal_wrap .info_similar .list .item {
    width: calc(50% - 15px);
  }

  /*--------------------------------
   head_in 
   --------------------------------*/
  #head_in {
    height: 200px;
  }
  #head_in .ttl_inpage {
    font-size: 4rem;
  }
  #head_in .ttl_inpage::after {
    left: -10px;
    width: 100px;
    height: 100px;
  }

  /*--------------------------------
   news 
   --------------------------------*/
  #news .news_cont .list li {
    padding: 10px 0 15px;
  }
}
