@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-feature-settings: normal;
}

body {
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font-en {
  font-family: "Cormorant Garamond", serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.appearance {
  appearance: none;
  -webkit-appearance: none;
  /*Google Chrome/Safari対応*/
  -moz-appearance: none;
  /*Firefox対応*/
  -o-appearance: none;
  /*Opera対応*/
}

.header_container {
  max-width: 1512px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .header_container {
    width: 100%;
    background-color: #ffffff;
    flex-direction: row-reverse;
    position: fixed;
    z-index: 10000;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 768px) {
  .header_container {
    width: 100%;
    background-color: #ffffff;
    flex-direction: row-reverse;
    position: fixed;
    z-index: 10000;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  }
}

.header_logo {
  padding: 20px 0 36px;
  width: 220px;
  height: 73px;
  text-align: center;
}
.header_logo > img {
  width: 220px;
  height: 73px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .header_logo {
    padding: 12px 0 14px;
    max-width: 167px;
    height: auto;
  }
  .header_logo > img {
    max-width: 167px;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    padding: 12px 0 14px;
    max-width: 167px;
    height: auto;
  }
  .header_logo > img {
    max-width: 167px;
  }
}

.header_online_store_btn {
  display: block;
  position: absolute;
  top: 49px;
  right: 84px;
  border-bottom: solid 2px #212121;
}
.header_online_store_btn > a {
  text-decoration-line: none;
  display: flex;
  flex-direction: row;
}
.header_online_store_btn .cart_icon_black {
  width: 18px;
  margin-right: 7px;
}
.header_online_store_btn .cart_icon_primary {
  display: none;
}
.header_online_store_btn .header_online_store_text {
  font-family: Cormorant Garamond;
  color: #B89C50;
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .header_online_store_btn {
    background-color: #e4fcfc;
    border-radius: 50%;
    border-bottom: none;
    width: 44px;
    height: 44px;
    top: 16px;
    right: 20px;
    text-align: center;
  }
  .header_online_store_btn .cart_icon_black {
    display: none;
  }
  .header_online_store_btn .cart_icon_primary {
    display: block;
    width: 24px;
    margin: 0;
    padding: 10px;
    color: #0ABAB5;
    -webkit-clip-path: path('fill ="#0ABAB5"');
            clip-path: path('fill ="#0ABAB5"');
  }
  .header_online_store_btn .header_online_store_text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header_online_store_btn {
    background-color: #e4fcfc;
    border-radius: 50%;
    border-bottom: none;
    width: 44px;
    height: 44px;
    top: 16px;
    right: 20px;
    text-align: center;
  }
  .header_online_store_btn .cart_icon_black {
    display: none;
  }
  .header_online_store_btn .cart_icon_primary {
    display: block;
    width: 24px;
    margin: 0;
    padding: 10px;
    color: #0ABAB5;
    -webkit-clip-path: path('fill ="#0ABAB5"');
            clip-path: path('fill ="#0ABAB5"');
  }
  .header_online_store_btn .header_online_store_text {
    display: none;
  }
}

.header_online_store_btn:visited > a {
  color: #212121;
  text-decoration-line: none;
}

.header_nav_list_pc {
  display: flex;
  flex-direction: row;
  padding: 0 0 36px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .header_nav_list_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header_nav_list_pc {
    display: none;
  }
}
.header_nav_list_pc .header_nav_item > a {
  font-family: Cormorant Garamond;
  color: #B89C50;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  text-decoration-line: none;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .header_nav_list_pc .header_nav_item {
    padding: 10px 0;
  }
  .header_nav_list_pc .header_nav_item > a {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_nav_list_pc .header_nav_item {
    padding: 10px 0;
  }
  .header_nav_list_pc .header_nav_item > a {
    padding: 0;
  }
}
.header_nav_list_pc .header_nav_item:visited > a {
  font-family: Cormorant Garamond;
  color: #B89C50;
  color: #0ABAB5;
  text-decoration-line: none;
}
.header_nav_list_pc .header_nav_item:active > a {
  font-family: Cormorant Garamond;
  color: #B89C50;
  color: #0ABAB5;
  text-decoration-line: none;
}

.header_nav_toggle {
  display: none;
  position: absolute;
  width: 1.75rem;
  height: 1.5rem;
  top: 28px;
  left: 20px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .header_nav_toggle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header_nav_toggle {
    display: block;
  }
}

.header_nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0ABAB5;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s;
}

.header_nav_toggle i:nth-child(1) {
  top: 0;
}

.header_nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.header_nav_toggle i:nth-child(3) {
  bottom: 0;
}

.header_nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}

.header_nav_toggle.show i:nth-child(2) {
  opacity: 0;
}

.header_nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 999;
  background-color: #0ABAB5;
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 79px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .header_nav {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header_nav {
    display: flex;
  }
}

.header_nav.show {
  opacity: 1;
  visibility: visible;
}

.header_nav_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.header_nav_list .header_nav_item > a {
  font-family: Cormorant Garamond;
  color: #B89C50;
  text-decoration-line: none;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .header_nav_list .header_nav_item {
    padding: 20px 0;
  }
  .header_nav_list .header_nav_item > a {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_nav_list .header_nav_item {
    padding: 20px 0;
  }
  .header_nav_list .header_nav_item > a {
    padding: 0;
  }
}
.header_nav_list .header_nav_item:visited > a {
  font-family: Cormorant Garamond;
  color: #B89C50;
  color: #ffffff;
  text-decoration-line: none;
}
.header_nav_list .header_nav_item:active > a {
  font-family: Cormorant Garamond;
  color: #B89C50;
  color: #ffffff;
  text-decoration-line: none;
}

.header_nav_item_Insta_link {
  margin: 0 auto 50px;
}
.header_nav_item_Insta_link > img {
  width: 132px;
}

.footer_nav {
  background-color: #e4fcfc;
}

.footer_nav_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 71px 0 72px;
}

.footer_nav_item {
  padding: 0 50px 0;
  width: 150px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .footer_nav_item {
    padding: 0 10px 0;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_item {
    padding: 0 10px 0;
    width: 100px;
  }
}
.footer_nav_item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Cormorant Garamond;
  color: #B89C50;
  color: #0ABAB5;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  text-decoration-line: none;
}
.footer_nav_item > a > img {
  width: 30px;
}
.footer_nav_item > a:visited {
  color: #0ABAB5;
  text-decoration-line: none;
}

@media screen and (min-width: 769px) and (max-width:1024px) {
  .footer_item_text_photogallery {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer_item_text_photogallery {
    display: none;
  }
}

.footer_item_text_photo {
  display: none;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .footer_item_text_photo {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer_item_text_photo {
    display: block;
  }
}

.footer_logo_container {
  background-color: #0ABAB5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer_logo {
  padding: 29px 0 0;
}
.footer_logo > img {
  max-width: 172px;
}

.footer_qr {
  padding: 41px 0 41px;
  text-align: center;
  display: block;
}
.footer_qr > img {
  width: 130px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .footer_qr {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer_qr {
    display: none;
  }
}

.footer_Insta_link {
  padding: 32px 0 38px;
  display: none;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .footer_Insta_link {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer_Insta_link {
    display: block;
  }
}

.footer_logo_text {
  font-family: Hiragino Kaku Gothic Pro;
  color: #212121;
  padding: 0 0 39px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (min-width: 769px) and (max-width:1024px) {
  main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 80px;
  }
}

.toppage_swiper_container_pc {
  display: block;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_swiper_container_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .toppage_swiper_container_pc {
    display: none;
  }
}
.toppage_swiper_container_pc .swiper-container {
  width: 100%;
  z-index: 1;
}
.toppage_swiper_container_pc .swiper-wrapper {
  width: 100%;
  padding: 0 0 25px;
}
.toppage_swiper_container_pc .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
}
.toppage_swiper_container_pc .swiper-slide > img {
  width: 50%;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 6/4;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_swiper_container_pc .swiper-slide > img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  .toppage_swiper_container_pc .swiper-slide > img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
  }
}

.toppage_swiper_container {
  display: none;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_swiper_container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .toppage_swiper_container {
    display: block;
  }
}
.toppage_swiper_container .swiper-container {
  width: 100%;
  z-index: 1;
}
.toppage_swiper_container .swiper-wrapper {
  width: 100%;
  padding: 0 0 19px;
}
.toppage_swiper_container .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
}
.toppage_swiper_container .swiper-slide > img {
  width: 100%;
  border-radius: 0 !important;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_swiper_container .swiper-slide > img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  .toppage_swiper_container .swiper-slide > img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
  }
}

.main_countainer {
  padding: 0 60px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .main_countainer {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 808px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .main_countainer {
    padding: 0 20px;
  }
}

.toppage_lead_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 130px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_lead_container {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .toppage_lead_container {
    padding: 0;
  }
}

.toppage_lead {
  font-family: Hiragino Kaku Gothic Pro;
  color: #212121;
  padding: 4px 0 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_lead {
    text-align: left;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .toppage_lead {
    text-align: left;
    padding: 0;
  }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_lead_br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .toppage_lead_br {
    display: none;
  }
}

.toppage_lead_text {
  font-family: Hiragino Kaku Gothic Pro;
  color: #545454;
  max-width: 820px;
  padding: 21px 0 56px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_lead_text {
    padding: 22px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .toppage_lead_text {
    padding: 22px 0 48px;
  }
}

.toppage_card_container {
  padding: 0 0 100px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_card_container {
    padding: 0 0 27px;
  }
}
@media screen and (max-width: 768px) {
  .toppage_card_container {
    padding: 0 0 27px;
  }
}

.toppage_card_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_card_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .toppage_card_box {
    flex-direction: column;
  }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_card_box_2 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .toppage_card_box_2 {
    flex-direction: column-reverse;
  }
}

.toppage_card_img {
  width: 50%;
  max-height: 400px;
}
.toppage_card_img > img {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_card_img {
    width: 100%;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .toppage_card_img {
    width: 100%;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin: 0 auto;
  }
}

.toppage_card_detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0 95px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_card_detail {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .toppage_card_detail {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.toppage_card_detail_catch {
  font-family: Hiragino Kaku Gothic Pro;
  color: #212121;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  align-items: start;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_card_detail_catch {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .toppage_card_detail_catch {
    padding: 20px 0 0;
  }
}

.toppage_card_detail_text {
  font-family: Hiragino Kaku Gothic Pro;
  color: #545454;
  padding: 21px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_card_detail_text {
    padding: 17px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .toppage_card_detail_text {
    padding: 17px 0 0;
  }
}

.toppage_card_detail_link {
  padding: 40px 0 0;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .toppage_card_detail_link {
    padding: 31px 0 51px;
  }
}
@media screen and (max-width: 768px) {
  .toppage_card_detail_link {
    padding: 31px 0 51px;
  }
}
.toppage_card_detail_link > a {
  font-family: Cormorant Garamond;
  color: #B89C50;
  color: #B89C50;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  -webkit-text-decoration: underline #B89C50;
          text-decoration: underline #B89C50;
  text-underline-offset: 9px;
  opacity: 0.5;
  pointer-events: none;
}

.toppage_card_detail_link:visited > a {
  font-family: Cormorant Garamond;
  color: #B89C50;
  text-decoration-line: none;
  opacity: 0.5;
  pointer-events: none;
}

.toppage_card_detail_link_service > a {
  font-family: Cormorant Garamond;
  color: #B89C50;
  text-decoration-line: underline;
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 769px) and (max-width:1024px) {
  main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 80px;
  }
}

.access_main_countainer {
  padding: 0 60px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .access_main_countainer {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 808px;
    box-sizing: border-box;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .access_main_countainer {
    padding: 0 20px;
    z-index: 1;
  }
}

.access_ttl {
  font-family: Cormorant Garamond;
  color: #B89C50;
  color: #0ABAB5;
  padding: 58px 0;
  text-align: center;
  background-color: #e4fcfc;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.access_lead_container {
  display: flex;
  flex-direction: column;
}

.access_lead {
  font-family: Hiragino Kaku Gothic Pro;
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 36px 0 0;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .access_lead {
    padding: 32px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .access_lead {
    padding: 32px 0 0;
  }
}

.access_lead_text {
  font-family: Hiragino Kaku Gothic Pro;
  color: #545454;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  padding: 13px 0 30px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .access_lead_text {
    padding: 13px 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .access_lead_text {
    padding: 13px 0 18px;
  }
}

.access_googlemap {
  width: 100%;
  position: relative;
  padding-top: 66.7%;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .access_googlemap {
    padding-top: 100%;
  }
}
@media screen and (max-width: 768px) {
  .access_googlemap {
    padding-top: 100%;
  }
}

.access_googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access_lead_br {
  display: block;
}

.access_info_container_1 .access_info_catch {
  color: #0ABAB5;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  border-left: solid 4px #0ABAB5;
  padding: 0 12px;
  margin-top: 36px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .access_info_container_1 .access_info_catch {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .access_info_container_1 .access_info_catch {
    margin-top: 30px;
  }
}
.access_info_container_1 .access_info_text {
  font-family: Hiragino Kaku Gothic Pro;
  color: #545454;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  padding: 23px 0 0;
}
.access_info_container_1 .access_info_text > a {
  color: #B89C50;
}
.access_info_container_1 .access_info_text > span {
  font-weight: 600;
}

.access_info_container_2 {
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .access_info_container_2 {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .access_info_container_2 {
    margin: 0 -20px;
  }
}
.access_info_container_2 .access_info_catch {
  color: #0ABAB5;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  border-left: solid 4px #0ABAB5;
  padding: 0 12px;
  margin: 47px 0 0;
  order: 1;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .access_info_container_2 .access_info_catch {
    margin: 41px 20px 0;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .access_info_container_2 .access_info_catch {
    margin: 41px 20px 0;
    order: 1;
  }
}
.access_info_container_2 .access_info_text {
  font-family: Hiragino Kaku Gothic Pro;
  color: #545454;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  padding: 23px 0 0;
  order: 2;
}
.access_info_container_2 .access_info_text > a {
  color: #B89C50;
}
.access_info_container_2 .access_info_text > span {
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .access_info_container_2 .access_info_text {
    padding: 15px 20px 58px;
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .access_info_container_2 .access_info_text {
    padding: 15px 20px 58px;
    order: 3;
  }
}
.access_info_container_2 .swiper-container {
  padding: 30px 0 98px;
  width: 100%;
  z-index: 2;
  display: none;
  order: 3;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .access_info_container_2 .swiper-container {
    padding: 27px 10px 0;
    display: block;
    order: 2;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .access_info_container_2 .swiper-container {
    padding: 27px 10px 0;
    display: block;
    order: 2;
    z-index: 3;
  }
}
.access_info_container_2 .swiper-wrapper {
  width: 100%;
  padding-bottom: 0;
}
.access_info_container_2 .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
}
.access_info_container_2 .swiper-slide .number_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #0ABAB5 transparent transparent transparent;
}
.access_info_container_2 .swiper-slide > p {
  font-family: Hiragino Kaku Gothic Pro;
  color: #212121;
  position: absolute;
  top: 8px;
  left: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: left;
}
.access_info_container_2 .swiper-slide > img {
  width: 100%;
  border-radius: 0 !important;
}
.access_info_container_2 .access_card_container_pc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  padding: 30px 0 98px;
  order: 3;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .access_info_container_2 .access_card_container_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .access_info_container_2 .access_card_container_pc {
    display: none;
  }
}
.access_info_container_2 .access_card_side_pc {
  padding: 0 0 30px;
  max-width: 253px;
  position: relative;
}
.access_info_container_2 .access_card_side_pc .number_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #0ABAB5 transparent transparent transparent;
}
.access_info_container_2 .access_card_side_pc > p {
  font-family: Hiragino Kaku Gothic Pro;
  color: #212121;
  position: absolute;
  top: 8px;
  left: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: left;
}
.access_info_container_2 .access_card_side_pc > img {
  width: 100%;
}
.access_info_container_2 .access_card_center_pc {
  padding: 0 30px 30px;
  max-width: 253px;
  position: relative;
}
.access_info_container_2 .access_card_center_pc .number_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #0ABAB5 transparent transparent transparent;
}
.access_info_container_2 .access_card_center_pc > p {
  font-family: Hiragino Kaku Gothic Pro;
  color: #212121;
  position: absolute;
  top: 8px;
  left: 38px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: left;
}
.access_info_container_2 .access_card_center_pc > img {
  width: 100%;
}

@media screen and (min-width: 769px) and (max-width:1024px) {
  main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 80px;
  }
}

.service_main_countainer {
  padding: 0 60px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_main_countainer {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 808px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .service_main_countainer {
    padding: 0 20px;
    margin: 0;
    max-width: 808px;
    box-sizing: border-box;
  }
}

.service_ttl {
  font-family: Cormorant Garamond;
  color: #B89C50;
  color: #0ABAB5;
  padding: 58px 0;
  text-align: center;
  background-color: #e4fcfc;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.service_ol {
  padding: 8px 0 0 20px;
}
.service_ol > li {
  list-style-position: outside;
  font-family: Hiragino Kaku Gothic Pro;
  color: #545454;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  border-bottom: 1px dotted #cccccc;
  padding: 10px 0;
}

.service_card_container {
  display: flex;
  flex-direction: column;
}

.service_card_lead {
  font-family: Hiragino Kaku Gothic Pro;
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
}

.service_card_lead_renovation {
  padding: 36px 0 0;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_card_lead_renovation {
    padding: 32px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .service_card_lead_renovation {
    padding: 32px 0 0;
  }
}

.service_card_lead_vintagejewelry {
  padding: 75px 0 0;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_card_lead_vintagejewelry {
    padding: 32px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .service_card_lead_vintagejewelry {
    padding: 32px 0 0;
  }
}

.service_card_lead_repair {
  padding: 58px 0 0;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_card_lead_repair {
    padding: 35px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .service_card_lead_repair {
    padding: 35px 0 0;
  }
}

.service_card_lead_purchase {
  padding: 60px 0 0;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_card_lead_purchase {
    padding: 64px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .service_card_lead_purchase {
    padding: 64px 0 0;
  }
}

.service_card_text {
  font-family: Hiragino Kaku Gothic Pro;
  color: #545454;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}

.service_card_text_renovation {
  padding: 13px 0 30px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_card_text_renovation {
    padding: 13px 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .service_card_text_renovation {
    padding: 13px 0 18px;
  }
}

.service_card_text_vintagejewelry {
  padding: 13px 0 34px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_card_text_vintagejewelry {
    padding: 13px 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .service_card_text_vintagejewelry {
    padding: 13px 0 16px;
  }
}

.service_card_text_purchase {
  padding: 17px 0 0;
}

.service_card_catch {
  color: #0ABAB5;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  border-left: solid 4px #0ABAB5;
}

.service_card_catch_orderflow {
  padding: 0 12px;
  margin-top: 32px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_card_catch_orderflow {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service_card_catch_orderflow {
    margin-top: 30px;
  }
}

.service_card_catch_purchaseexample {
  display: none;
  margin-top: 35px;
  padding: 0 12px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_card_catch_purchaseexample {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .service_card_catch_purchaseexample {
    display: block;
  }
}

.service_card_img {
  max-width: 600px;
  margin: 0 auto;
}
.service_card_img > img {
  width: 100%;
  border-radius: 6px;
}

.service_table {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 17px 26px 0 0;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_table {
    padding: 17px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .service_table {
    padding: 17px 0 0;
  }
}

.service_table_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.service_table_text {
  font-family: Hiragino Kaku Gothic Pro;
  color: #545454;
  font-size: 16px;
  font-weight: 300;
  line-height: 3;
  letter-spacing: 0em;
  text-align: left;
  padding: 0 10px;
}

.service_card_list_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 22px 0 114px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_card_list_box {
    justify-content: space-between;
    padding: 29px 0 57px;
  }
}
@media screen and (max-width: 768px) {
  .service_card_list_box {
    justify-content: space-between;
    padding: 29px 0 57px;
  }
}

.service_card_list {
  display: flex;
  flex-direction: column;
  width: calc(33% - 17px);
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_card_list {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .service_card_list {
    width: calc(50% - 10px);
  }
}

.service_card_list_side {
  padding: 0;
}

.service_card_list_center {
  padding: 0 28px 0 29px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_card_list_center {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .service_card_list_center {
    padding: 0;
  }
}

.service_card_list_img {
  width: 100%;
  padding: 0 0 11px 0;
}
.service_card_list_img > img {
  width: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.service_card_list_text {
  font-family: Hiragino Kaku Gothic Pro;
  color: #545454;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  padding: 0 0 24px 0;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_card_list_text {
    padding: 0 0 23px 0;
  }
}
@media screen and (max-width: 768px) {
  .service_card_list_text {
    padding: 0 0 23px 0;
  }
}

.service_card_inner {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_card_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .service_card_inner {
    flex-direction: column;
  }
}

.bg_gray {
  background-color: #f0f0f0;
}

.service_swiper_container {
  width: 395px;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* ページネーション */
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_swiper_container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service_swiper_container {
    width: 100%;
  }
}
.service_swiper_container .swiper-container {
  padding: 17px 0 32px !important;
  width: 100%;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_swiper_container .swiper-container {
    padding: 29px 0 32px !important;
  }
}
@media screen and (max-width: 768px) {
  .service_swiper_container .swiper-container {
    padding: 29px 0 32px !important;
  }
}
.service_swiper_container .swiper-wrapper {
  width: 100%;
}
.service_swiper_container .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
}
.service_swiper_container .swiper-slide > img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .service_swiper_container .swiper-slide > img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  .service_swiper_container .swiper-slide > img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
  }
}
.service_swiper_container .swiper-button-prev::after,
.service_swiper_container .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  left: 5px;
}
.service_swiper_container .swiper-button-prev::after {
  border-bottom: 5px solid transparent;
  border-right: 10px solid #ffffff;
  border-top: 5px solid transparent;
}
.service_swiper_container .swiper-button-next::after {
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ffffff;
  border-top: 5px solid transparent;
}
.service_swiper_container .swiper-button-next,
.service_swiper_container .swiper-button-prev {
  background-image: none !important;
  width: 20px !important;
  height: 60px !important;
  background: rgba(33, 33, 33, 0.5);
}
.service_swiper_container .swiper-button-next {
  right: 0 !important;
}
.service_swiper_container .swiper-button-prev {
  left: 0 !important;
}
.service_swiper_container .swiper-container .swiper-pagination {
  bottom: 2px !important;
}
.service_swiper_container .swiper-pagination-bullet {
  background-color: #000000 !important;
}
.service_swiper_container .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0ABAB5 !important;
}

.aboutus_ttl {
  font-family: Cormorant Garamond;
  color: #B89C50;
}

@media screen and (min-width: 769px) and (max-width:1024px) {
  main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 80px;
  }
}

.aboutus_main_countainer {
  padding: 0 60px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .aboutus_main_countainer {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 808px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .aboutus_main_countainer {
    padding: 0 20px;
  }
}

.aboutus_ttl {
  color: #0ABAB5;
  padding: 58px 0;
  text-align: center;
  background-color: #e4fcfc;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0.05em;
}

.photo_ttl {
  font-family: Cormorant Garamond;
  color: #B89C50;
}

@media screen and (min-width: 769px) and (max-width:1024px) {
  main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 80px;
  }
}

.photo_main_countainer {
  padding: 0 60px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .photo_main_countainer {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 808px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .photo_main_countainer {
    padding: 0 20px;
  }
}

.photo_ttl {
  color: #0ABAB5;
  padding: 58px 0;
  text-align: center;
  background-color: #e4fcfc;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) and (max-width:1024px) {
  main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 80px;
  }
}

.faq_main_countainer {
  padding: 0 60px 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
}
@media screen and (min-width: 769px) and (max-width:1024px) {
  .faq_main_countainer {
    padding: 0 20px 50px;
    margin: 0 auto;
    max-width: 808px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .faq_main_countainer {
    padding: 0 20px 50px;
  }
}

.faq_article_countainer {
  padding-top: 12px;
}

.faq_article_countainer_1 {
  padding-top: 32px;
}

.faq_ttl {
  font-family: Cormorant Garamond;
  color: #B89C50;
  color: #0ABAB5;
  padding: 58px 0;
  text-align: center;
  background-color: #e4fcfc;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.faq_article_ttl {
  font-family: Hiragino Kaku Gothic Pro;
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 0 0 25px;
}

.faq_article_accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 300px;
  position: relative;
  width: 100%;
}

.faq_article_accordion_title {
  display: flex;
  flex-direction: row;
  color: #0ABAB5;
  cursor: pointer;
  font-size: 16px;
  padding: 8px 34px 6px 10px;
  margin: 0 0 20px;
  border: 1px solid #0ABAB5;
  border-radius: 4px;
}
.faq_article_accordion_title > span {
  font-family: Cormorant Garamond;
  color: #B89C50;
  color: #0ABAB5;
  font-size: 24px;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 8px 0 0;
}
.faq_article_accordion_title > p {
  font-family: Hiragino Kaku Gothic Pro;
  color: #545454;
  color: #0ABAB5;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
}

.faq_article_accordion_content {
  display: none;
  padding: 11px 12px 13px 11px;
  margin: -16px 0 20px;
  border-radius: 4px;
  background-color: #e4fcfc;
}

.faq_article_accordion_content_inner {
  display: flex;
}
.faq_article_accordion_content_inner > span {
  font-family: Cormorant Garamond;
  color: #B89C50;
  font-size: 24px;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0ABAB5;
  padding: 0 8px 0 0;
}
.faq_article_accordion_content_inner > p {
  font-family: Hiragino Kaku Gothic Pro;
  color: #545454;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}
.faq_article_accordion_content_inner > p > a {
  color: #0ABAB5;
}

/* 矢印 */
.faq_article_accordion_title {
  position: relative;
}

.faq_article_accordion_title::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 14px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #0ABAB5;
}

.faq_article_accordion_title.open::after {
  content: "";
  position: absolute;
  top: 10px;
  border: 5px solid transparent;
  border-bottom-color: #0ABAB5;
}/*# sourceMappingURL=common.css.map */