@charset "utf-8";

/*
  /cms/edelweiss/css/style.cssの内容を流用
  https://shop.lacasta.jp/cms/edelweiss/css/style.css
*/

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figcaption,
figure,
section,
footer,
header,
main,
hgroup,
menu,
nav,
summary {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1240px) {
  html {
    font-size: calc(1000vw / 1240);
  }
}
@media all and (max-width: 389px) {
  html {
    font-size: calc(1000vw / 390);
  }
}
body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
chrome_annotation {
  border: none !important;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
a,
a:link {
  /* color: #3c3c3c; */
  text-decoration: none;
  transition: 0.3s;
}
/* a:visited {
  color: #3c3c3c;
}
a:hover {
  color: #3c3c3c;
}
a:active {
  color: #3c3c3c;
} */
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  /* color: #3c3c3c; */
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  /* background-color: #eef2ec; */
}
/* .fixed {
  position: fixed;
  width: 100%;
  height: 100%;
} */
#container {
  padding-top: 10.9rem;
  text-align: left;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
  #container {
    padding-top: 6.4rem;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 4.2rem 2rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fbfbf9;
  transition: transform 0.3s ease-in-out;
  z-index: 80;
  border-bottom: 1px solid rgb(165 165 165 / 50%);
}
#gHeader .hInner {
  margin: 0 auto;
  max-width: 114.7rem;
}
#gHeader .logo {
  width: 20.2rem;
}
#gHeader .logo .white {
  display: none;
}
#gHeader .btnList {
  gap: 0 4rem;
  justify-content: flex-end;
}
#gHeader .btnList li {
  width: 2.4rem;
}
#gHeader .btnList .white {
  display: none;
}
#gHeader .btnList a:hover {
  opacity: 0.7;
}
#gHeader .searchBtn a {
  position: relative;
  display: block;
}
#gHeader .searchBtn a:before,
#gHeader .searchBtn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #3c3c3c;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
#gHeader .searchBtn.active a:before,
#gHeader .searchBtn.active a:after {
  opacity: 1;
  visibility: visible;
}
#gHeader .searchBtn.active a:before {
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#gHeader .searchBtn.active a:after {
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#gHeader .searchBtn.active img {
  opacity: 0;
  visibility: hidden;
}
#gNavi {
  padding: 0 1rem;
  flex: 1;
}
#gNavi ul {
  gap: 0 9rem;
  justify-content: center;
}
#gNavi a {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #1f1f1f;
}
#gNavi a:hover {
  opacity: 0.7;
}
.searchBox {
  display: none;
  margin-left: 18.5rem;
  padding: 1.8rem 2.4rem 1.9rem;
  width: 39rem;
  position: absolute;
  left: 50%;
  top: 100%;
  background: #f6f6f6;
  border: 1px solid #ccc;
  z-index: 100;
}
.searchBox .content {
  max-width: 80rem;
}
.searchBox .textBox {
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #ccc;
}
.searchBox input[type="text"] {
  padding: 0.5rem 1rem;
  width: calc(100% - 4.2rem);
  height: 3.8rem;
  color: #3c3c3c;
  font-size: 1.6rem;
  border-radius: 0.5rem 0 0 0.5rem;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.searchBox input[type="submit"] {
  width: 4.2rem;
  border: none;
  background: url(../img/common/icon_search.png) no-repeat center center/2rem;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.3s;
  cursor: pointer;
}
@media all and (min-width: 897px) {
  .menuBox {
    display: none !important;
  }
  .searchBox input[type="submit"]:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  #gHeader {
    padding: 2.2rem 2rem;
    height: 6.4rem;
    z-index: 100;
  }
  #gHeader .hInner {
    display: block;
  }
  #gHeader .menu {
    width: 2rem;
    position: absolute;
    left: 2rem;
    top: 2.2rem;
    cursor: pointer;
  }
  #gHeader .menu .close,
  #gHeader .menu .white {
    display: none;
  }
  #gHeader .menu.on .close:not(.white) {
    display: block;
  }
  #gHeader .menu.on .open {
    display: none;
  }
  #gHeader .logo {
    margin: 0 auto;
    width: 16.3rem;
  }
  #gHeader .btnList {
    position: absolute;
    right: 2rem;
    top: 2.2rem;
    gap: 0 1.5rem;
  }
  #gHeader .btnList li {
    width: 2rem;
  }
  #gHeader .searchBtn {
    width: 2rem;
    position: absolute;
    left: 5.5rem;
    top: 2.2rem;
  }
  #gHeader .searchBtn .white {
    display: none;
  }
  .menuBox {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 99;
  }
  .menuBox .menuList {
    margin-top: 6.4rem;
    padding: 3.2rem 0 5rem;
    border-top: 1px solid #707070;
  }
  .menuBox .menuList a {
    display: block;
    position: relative;
    font-size: 1.4rem;
    padding: 1.3rem 2.5rem;
  }
  .menuBox .menuList li:has(ul) {
    position: relative;
  }
  .menuBox .menuList li:has(ul) .mark {
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    right: 1.5rem;
    top: 1.3rem;
    cursor: pointer;
  }
  .menuBox .menuList li:has(ul) .mark:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.4rem 0 0 -0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1px solid #3b3b3b;
    border-right: 1px solid #3b3b3b;
    transform: rotate(135deg);
    content: "";
  }
  .menuBox .menuList li:has(ul) .mark.on:after {
    margin-top: -0.2rem;
    transform: rotate(-45deg);
  }
  .menuBox .menuList .subList {
    display: none;
  }
  .menuBox .menuList .subList a {
    padding: 1.2rem 4rem;
  }
  .menuBox .sns {
    margin-bottom: 4rem;
    justify-content: center;
    gap: 0 3rem;
  }
  .menuBox .sns li {
    width: 2rem;
  }
  .searchBox {
    margin-left: 0;
    left: 0;
    width: 100%;
  }
  .searchBox .content {
    margin: 0;
    max-width: inherit;
  }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
  padding-top: 1.5rem;
}
#pagePath ul {
  margin: 0 auto;
  max-width: 115rem;
}
#pagePath li {
  margin-right: 0.1rem;
  display: inline;
  color: #5f5f5f;
  font-size: 1.2rem;
}
#pagePath a {
  margin-right: 0.8rem;
  color: #5f5f5f;
}
#pagePath a:hover {
  opacity: 0.7;
}
@media all and (max-width: 896px) {
  #pagePath {
    margin-top: -0.4rem;
    padding: 0 2rem;
  }
  #pagePath li {
    font-size: 1.1rem;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 6.5rem 0 5.7rem;
  background: #005b60;
}
#gFooter .fInner {
  margin: 0 auto;
  max-width: 114.7rem;
  align-items: flex-end;
}
#gFooter .fNavi {
  gap: 0 5rem;
  margin-bottom: 0.7rem;
}
#gFooter .fNavi a {
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.3;
}
#gFooter .fNavi a:hover {
  opacity: 0.7;
}
#gFooter .fNavi .sml a {
  font-size: 1.2rem;
  line-height: 2.1;
}
#gFooter .rBox {
  margin-bottom: 1.1rem;
}
#gFooter .sns {
  margin-bottom: 3.1rem;
  gap: 0 4rem;
}
#gFooter .sns li {
  width: 2.4rem;
}
#gFooter .sns a:hover {
  opacity: 0.7;
}
#gFooter address {
  color: #fff;
  font-size: 1.2rem;
}
@media all and (min-width: 897px) {
  #gFooter .fNavi li:first-child {
    position: relative;
    margin-right: 5rem;
  }
  /*#gFooter .fNavi li:first-child::after {
	    content: "";
	    display: block;
	    position: absolute;
	    right: -5rem;
	    top: 0;
	    bottom: 0;
	    width: 1px;
	    height: 100%;
	    background-color: white;
	}*/
}
@media all and (max-width: 896px) {
  #gFooter {
    padding: 4.5rem 3rem 1.2rem;
  }
  #gFooter .fInner {
    display: block;
  }
  #gFooter .fNavi {
    margin-bottom: 4.8rem;
  }
  /*#gFooter .fNavi li:first-child {
		margin: 0 0 4rem;
		width: 100%;
		padding-bottom: 4rem;
		border-bottom: 1px solid white;
	}*/
  #gFooter .fNavi a {
    font-size: 1.2rem;
    line-height: 2.33;
  }
  #gFooter .fNavi li:first-child a {
    font-size: 1.3rem;
  }
  #gFooter .sns {
    margin-bottom: 2rem;
    gap: 0 3rem;
    justify-content: center;
  }
  #gFooter .sns li {
    width: 2rem;
  }
  #gFooter address {
    text-align: center;
    font-size: 1.1rem;
  }
}
