/* --------------------------------------
BASE
-------------------------------------- */
@font-face {
  font-family: "ShipporiMinchoB1-Regular";
  src: url("../fonts/ShipporiMinchoB1-Regular.ttf");
}
@font-face {
  font-family: "ShipporiMinchoB1-SemiBold";
  src: url("../fonts/ShipporiMinchoB1-SemiBold.ttf");
}
@font-face {
  font-family: "ShipporiMinchoB1-Bold";
  src: url("../fonts/ShipporiMinchoB1-Bold.ttf");
}
@font-face {
  font-family: "Cormorant-Regular";
  src: url("../fonts/CormorantInfant-VariableFont_wght.ttf");
}
html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  font-family: "ShipporiMinchoB1-SemiBold", serif;
  font-style: normal;
  font-weight: normal;
  color: #5D5D5D;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  line-height: 1.8;
  font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

em {
  font-style: normal;
}

.display_sp, .br_sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .display_sp, .br_sp {
    display: none;
  }
}

.display_pc, .br_pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .display_pc, .br_pc {
    display: none;
  }
}

.br_tab {
  display: none;
}
@media screen and (max-width: 1280px) {
  .br_tab {
    display: inline-block;
  }
}

em {
  font-style: normal;
}

.js_fadeup {
  transform: translateY(20px);
  opacity: 0;
}

/* --------------------------------------
HEADER
-------------------------------------- */
header {
  position: fixed;
  z-index: 9999;
  width: 450px;
  top: 0;
}
header .hd_inner {
  height: 60px;
  border-radius: 30px;
  padding: 0 20px;
}
header .hd_nav_list > li > a {
  display: block;
  font-family: "Cormorant-Regular";
}
header .hd_logo {
  transition: 0.3s;
}
header .hd_logo:hover {
  opacity: 0.7;
}
header {
  padding: 5px 0 0;
}
header .hd_logo {
  position: relative;
  z-index: 10;
}
header .hd_inner {
  display: flex;
  align-items: center;
}
header .hd_nav_sp {
  position: fixed;
  top: 0;
  width: 450px;
  height: 100%;
  background: #F5EEE0;
  border: 5px solid #C4AE5E;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
header .hd_nav_sp.js_open {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  header .hd_nav_sp {
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  header .hd_nav_sp {
    left: 50%;
    margin-left: -225px;
  }
}
@media (max-width: 450px) {
  header .hd_nav_sp {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
header .hd_nav_list {
  width: calc(100% - 20px);
}
header .hd_nav_list > li {
  max-width: 330px;
  margin: 0 auto;
  border-bottom: 1px solid #7CC7C3;
}
header .hd_nav_list > li > a {
  padding: 17px 20px;
  text-align: center;
}
header .btn_hd_l {
  background: #7CC7C3;
  color: #fff;
  width: 130px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-top: 40px;
  font-family: "Cormorant-Regular";
}
header #hd_btn_sp {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1000;
  text-align: right;
  background: #C4AE5E;
  border-radius: 10px;
}
header #hd_btn_sp span {
  display: block;
  height: 1px;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: absolute;
  width: 30px;
  background: #fff;
  left: 10px;
}
header #hd_btn_sp span:nth-child(1) {
  top: 16px;
}
header #hd_btn_sp span:nth-child(2) {
  top: 25px;
}
header #hd_btn_sp span:nth-child(3) {
  bottom: 16px;
}
header #hd_btn_sp.js_active span {
  background: #fff;
}
header #hd_btn_sp.js_active span:nth-child(1) {
  transform: rotate(45deg);
  top: 25px;
}
header #hd_btn_sp.js_active span:nth-child(2) {
  opacity: 0;
}
header #hd_btn_sp.js_active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 25px;
}
@media screen and (min-width: 1281px) {
  header #hd_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  header #hd_btn_sp {
    top: 20px;
  }
}
@media (max-width: 450px) {
  header #hd_btn_sp {
    top: 10px;
    right: 10px;
  }
}
header .hd_btn_contact_sp {
  background: #7CC7C3;
  color: #fff;
  position: absolute;
  right: 80px;
  top: 18px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1281px) {
  header .hd_btn_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    left: 50%;
    margin-left: -225px;
  }
}
@media (max-width: 450px) {
  header {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}

.nav_inner {
  padding: 35px 25px;
}
.nav_inner .list_nav li {
  position: relative;
  padding-left: 20px;
}
.nav_inner .list_nav li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #0B8D86;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.nav_inner .list_nav li + li {
  margin-top: 15px;
}
.nav_inner .list_nav a {
  color: #0B8D86;
}
.nav_inner .btn_l_wrap {
  margin-top: 20px;
}
.nav_inner .list_nav_sub {
  display: flex;
  margin-top: 15px;
}
.nav_inner .list_nav_sub li + li {
  margin-left: 20px;
}
.nav_inner .list_nav_sub a {
  font-size: 12px;
  color: #0B8D86;
}

/* --------------------------------------
FOOTER
-------------------------------------- */
footer {
  background: #FFFBF2;
  position: relative;
}
footer .ft_inner {
  background: #7CC7C3;
  color: #fff;
  padding: 30px 15px 100px;
  border-radius: 10px 10px 0 0;
}
footer .address {
  margin: 10px 0 0;
}
footer .ft_nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
footer .ft_nav li {
  margin-top: 8px;
}
footer .ft_nav a {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  line-height: 1;
}
footer .ft_nav a:before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
footer .ft_nav_sub {
  display: flex;
  margin-top: 20px;
}
footer .ft_nav_sub li {
  margin-right: 15px;
}
footer .ft_nav_sub a {
  font-size: 12px;
}
footer .copyright {
  font-size: 12px;
  margin-top: 20px;
}

/* --------------------------------------
LAYOUT
-------------------------------------- */
body {
  background: #7CC7C3;
  overflow: hidden;
  overflow-y: scroll;
}

.l_inner {
  padding: 0 15px;
}

.l_main_content {
  display: flex;
}

@media screen and (min-width: 1281px) {
  .l_content_pc {
    width: calc((100% - 450px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l_content_pc {
    width: calc(100% - 450px);
  }
}

#l_page .l_content_scroll {
  padding-top: 450px;
}
@media screen and (min-width: 1281px) {
  #l_page .l_content_scroll {
    padding-top: calc(clamp(5px, 15vh, 120px) + 450px);
  }
}

/* ------------------------------
.L_CONTENT_PC_L
------------------------------ */
.l_content_pc_l {
  position: fixed;
  height: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.l_content_pc_l > * {
  display: block;
  width: 100%;
  text-align: center;
}
.l_content_pc_l .ellipse_wrap {
  width: 303px;
  height: 440px;
  overflow: hidden;
  clip-path: ellipse(151.5px 220px at 50% 50%);
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}
.l_content_pc_l .ellipse_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l_content_pc_l .en {
  margin-top: 20px;
}
.l_content_pc_l .ellipse_wrap.is-show {
  opacity: 1;
  transform: translateY(0);
}
.l_content_pc_l .copy {
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
}
.l_content_pc_l .copy_txt {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l_content_pc_l {
    display: none;
  }
}

.swiper {
  width: 303px;
  height: 404px;
  position: relative;
  -webkit-mask-image: url("../../assets/img/index/co_mask_01.svg");
  mask-image: url("../../assets/img/index/co_mask_01.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.swiper img {
  width: 100%;
  height: 100%;
}

.swiper_wrap {
  width: 303px;
  height: 404px;
  position: relative;
}
.swiper_wrap:after {
  content: "";
  width: 303px;
  height: 404px;
  background: url(../../assets/img/index/co_line_01.svg) no-repeat center center;
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ------------------------------
.L_CONTENT_PC_R
------------------------------ */
.l_content_pc_r {
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_content_pc_r .nav_wrap {
  background: url(../../assets/img/common/side_bg_01.png) no-repeat center center;
  background-size: 347px 639px;
  padding: 40px 20px;
  border-radius: 40px;
  position: relative;
  width: calc(100% - 20px);
  max-width: 374px;
  height: 639px;
}
.l_content_pc_r .nav_wrap .illu {
  position: absolute;
  width: 93px;
  height: 79px;
  top: -32px;
  left: 50%;
  margin-left: -46.7px;
}
@media screen and (max-width: 1280px) {
  .l_content_pc_r {
    display: none;
  }
}

/* ------------------------------
.L_CONTENT_SCROLL
------------------------------ */
.l_content_scroll {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  background: #d5ba63;
  padding: 5px;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .l_content_scroll {
    padding-top: clamp(5px, 15vh, 120px);
  }
  .l_content_scroll:after {
    left: 50%;
    margin-left: -225px;
    height: clamp(5px, 15vh, 120px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l_content_scroll {
    margin-left: calc(100% - 450px);
  }
  .l_content_scroll:after {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .l_content_scroll:after {
    content: "";
    width: 450px;
    display: block;
    background: #7CC7C3;
    position: fixed;
    top: 0;
    z-index: 1000;
  }
}
.l_content_scroll:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #d5ba63;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 1001;
}
@media screen and (min-width: 1281px) {
  .l_content_scroll:before {
    width: 450px;
    left: 50%;
    margin-left: -225px;
    top: clamp(5px, 15vh, 120px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l_content_scroll:before {
    width: 450px;
    right: 0;
    left: auto;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  .l_content_scroll:before {
    width: 450px;
    left: 50%;
    margin-left: -225px;
    position: fixed;
  }
}

.l_flex {
  display: flex;
}

/* --------------------------------------
TEXT
-------------------------------------- */
.txt_a_left {
  text-align: left !important;
}

.en {
  font-family: "Cormorant-Regular";
  font-size: 18px;
  color: #f8e48b;
}

.txt_c_main {
  color: #b39e5d;
}

.txt_c_sub {
  color: #7CC7C3;
}

.txt_c_w {
  color: #fff;
}

.txt_c_g {
  color: #0b8d86;
}

.title_m {
  font-size: 20px;
}

.title_s {
  font-size: 16px;
}

.title_ic_01 {
  color: #7CC7C3;
  padding-left: 15px;
  position: relative;
  background: url(../../assets/img/common/title_s_icon_01.svg) no-repeat left center;
}

.title_ic_02 {
  color: #C4AE5E;
  padding-left: 15px;
  position: relative;
  background: url(../../assets/img/common/title_s_icon_02.svg) no-repeat left 12px;
}

.title_ic_03 {
  padding-left: 15px;
  position: relative;
  background: url(../../assets/img/common/title_s_icon_03.svg) no-repeat left center;
}

.title_ic_l {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.title_ic_l:before {
  content: "";
  width: 37px;
  height: 14px;
  background: url(../../assets/img/common/title_l_icon.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18.5px;
}

.title_page_wrap {
  padding: 20px;
  position: fixed;
  background: #fffbf2;
}
.title_page_wrap .l_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  color: #fff;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
}
.title_page_wrap .title_en {
  font-family: "Cormorant-Regular";
  font-size: 16px;
  width: 100%;
  text-transform: uppercase;
  margin-top: -20px;
}
.title_page_wrap .title_page {
  font-size: 30px;
  width: 100%;
  line-height: 1;
}
.menu .title_page_wrap .l_inner {
  background: url(../../assets/img/menu/title_bg_01.png) no-repeat top center;
  background-size: cover;
}
.price .title_page_wrap .l_inner {
  background: url(../../assets/img/price/title_bg_01.png) no-repeat top center;
  background-size: cover;
}
.contact .title_page_wrap .l_inner, .contact-confirm .title_page_wrap .l_inner, .contact-thanks .title_page_wrap .l_inner {
  background: url(../../assets/img/contact/title_bg_01.png) no-repeat top center;
  background-size: cover;
}
.blog .title_page_wrap .l_inner {
  background: url(../../assets/img/news/title_bg_01.webp) no-repeat top center;
  background-size: cover;
}
.terms .title_page_wrap .l_inner {
  background: url(../../assets/img/terms/title_bg_01.webp) no-repeat top center;
  background-size: cover;
}
.privacypolicy .title_page_wrap .l_inner {
  background: url(../../assets/img/privacypolicy/title_bg_01.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 1281px) {
  .title_page_wrap {
    left: 50%;
    margin-left: -220px;
    width: 440px;
    top: clamp(5px, 15vh, 120px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .title_page_wrap {
    width: 440px;
    right: 5px;
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .title_page_wrap {
    top: 5px;
    left: 50%;
    margin-left: -220px;
    width: 440px;
  }
}
@media (max-width: 450px) {
  .title_page_wrap {
    width: calc(100% - 10px);
    margin-left: 0;
    left: 5px;
  }
}

/* --------------------------------------
LINK
-------------------------------------- */
.btn_wrap {
  background: #C4AE5E;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  border-radius: 10px;
}
.btn_wrap .btn {
  width: calc((100% - 10px) / 2);
  background: #fff;
  text-align: center;
  padding: 3px;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
}
.btn_wrap .btn:nth-child(even) {
  margin-left: 10px;
}
.btn_wrap .btn:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .btn_wrap .btn:hover {
    opacity: 0.7;
  }
}
.btn_wrap .btn_link:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../../assets/img/common/btn_arrow_01.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6.5px;
}
.btn_wrap .btn_pagelink {
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  line-height: 1.2;
  padding: 3px;
}
.btn_wrap .btn_pagelink:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../../assets/img/common/btn_arrow_03.svg) no-repeat center center;
  background-size: contain;
  margin-left: 5px;
}

.btns_fixed_wrap {
  position: fixed;
  max-width: 440px;
  width: 100%;
  bottom: 0;
  display: flex;
  z-index: 100;
  transition: 0.3s;
}
.btns_fixed_wrap:after {
  content: "";
  width: 3px;
  height: 70px;
  background: #7CC7C3;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  transition: 0.3s;
}
@media screen and (min-width: 1281px) {
  .btns_fixed_wrap {
    left: 50%;
    margin-left: -220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .btns_fixed_wrap {
    right: 5px;
  }
}
@media (max-width: 450px) {
  .btns_fixed_wrap {
    left: 5px;
    right: 5px;
    margin-left: 0;
    width: calc(100% - 10px);
  }
}

.btn_fixed {
  width: 50%;
  height: 70px;
  background: #FFFBF2;
  border: 3px solid #7CC7C3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  transition: 0.3s;
}
.btn_fixed:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #7CC7C3;
  margin-right: 8px;
  display: inline-block;
  transition: 0.3s;
}
.btn_fixed:first-child {
  border-radius: 35px 0 0 35px;
  border-right: none;
}
.btn_fixed:last-child {
  border-radius: 0 35px 35px 0;
  border-left: none;
}
@media screen and (min-width: 768px) {
  .btn_fixed:hover {
    background: #7CC7C3;
    color: #fff;
  }
  .btn_fixed:hover:before {
    background: #fff;
  }
}

/* --------------------------------------
LIST
-------------------------------------- */
/* --------------------------------------
PARTS
-------------------------------------- */
.list_news article {
  border-bottom: 1px solid #0B8D86;
}
.list_news a {
  padding: 10px 0;
  display: block;
}
.list_news .info {
  display: flex;
}
.list_news .date {
  color: #0B8D86;
}
.list_news .title {
  margin-top: 5px;
  font-size: 16px;
}

.lead_page_wrap {
  background: #FFFBF2;
  position: relative;
}
.lead_page_wrap:before {
  content: "";
  width: 100%;
  height: 70px;
  display: block;
  position: absolute;
  top: -69px;
  left: 0;
  background: url(../../assets/img/common/title_bg_01.svg) no-repeat top center;
  background-size: cover;
}
.lead_page_wrap .hd_logo {
  text-align: center;
  position: relative;
  top: -25px;
}
.lead_page_wrap .lead_page {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 450px) {
  .lead_page_wrap .lead_page {
    font-size: 18px;
  }
}

.acc_wrap {
  padding-bottom: 60px;
  position: relative;
}

.acc_label {
  width: 140px;
  line-height: 40px;
  border-radius: 10px;
  background: #C4AE5E;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  z-index: 10;
}
.acc_label:before {
  content: "more";
  color: #fff;
}
.acc_label:after {
  content: "+";
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 20px;
  font-family: "ShipporiMinchoB1-Regular";
}

.acc_content {
  height: 0;
  opacity: 0;
  transition: 0.5s;
}

.acc_check:checked + .acc_label + .acc_content {
  height: 100%;
  opacity: 1;
}

.acc_check:checked + .acc_label:before {
  content: "close";
  color: #fff;
}
.acc_check:checked + .acc_label:after {
  content: "";
  position: absolute;
  right: 15px;
  width: 12px;
  height: 1px;
  background: #fff;
  top: 50%;
}

.box_border {
  border: 1px solid #C4AE5E;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
}
.box_border .title_s {
  margin-top: 0 !important;
}

/* --------------------------------------
SEC_
-------------------------------------- */
#sec_contact {
  padding: 40px 0 50px;
  position: relative;
  background: #FFFBF2;
}
#sec_contact .l_flex {
  justify-content: space-between;
  align-items: flex-start;
}
#sec_contact .title_m {
  text-align: center;
}
#sec_contact .l_flex {
  margin-top: 30px;
}
#sec_contact .link_txt {
  position: relative;
  padding-right: 20px;
}
#sec_contact .link_txt:before {
  content: "";
  background: url(../../assets/img/common/btn_arrow_02.svg) no-repeat center center;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6.5px;
}

.pagetop {
  width: 87px;
  height: 87px;
  position: absolute;
  bottom: 50px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetop:before {
  content: "";
  width: 87px;
  height: 87px;
  background: url(../../assets/img/common/pagetop_txt.svg);
  background-size: contain;
  animation: spin 25s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn_l_wrap {
  padding-left: 10px;
}
.btn_l_wrap .btn_l {
  display: block;
  width: 210px;
  text-align: center;
  height: 86px;
  color: #fff;
  border-radius: 10px;
  padding-top: 50px;
  position: relative;
}
.btn_l_wrap .btn_l + .btn_l {
  margin-top: 10px;
}
.btn_l_wrap .btn_l:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.btn_l_wrap .btn_email {
  background: #C4AE5E;
  transition: 0.3s;
}
.btn_l_wrap .btn_email:after {
  content: "";
  width: 32px;
  height: 24px;
  background: url(../../assets/img/common/icon_email.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -16px;
}
@media screen and (min-width: 768px) {
  .btn_l_wrap .btn_email:hover {
    opacity: 0.7;
  }
}
.btn_l_wrap .btn_line {
  background: #7CC7C3;
  transition: 0.3s;
}
.btn_l_wrap .btn_line:after {
  content: "";
  width: 40px;
  height: 38px;
  background: url(../../assets/img/common/icon_line.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .btn_l_wrap .btn_line:hover {
    opacity: 0.7;
  }
}

/* --------------------------------------
SEC_ACCESS
-------------------------------------- */
.sec_access_wrap {
  background: #D7EEE1;
  padding: 35px 15px 45px;
  border-radius: 0 30px 0 0;
  position: relative;
}
.sec_access_wrap #sec_access {
  padding: 30px 15px 60px;
}

#sec_access {
  background: #7CC7C3;
  border-radius: 20px;
}
#sec_access .info {
  margin-top: 20px;
  color: #fff;
}

.map_wrap {
  position: relative;
  width: 100%;
  padding-top: 240px;
  height: 0;
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
}
.map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=common.css.map */
