@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
.carousel_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

body {
  background: #fff;
  color: #1d1d1d;
  line-height: 2;
  letter-spacing: 0.075em;
}

.hidden {
  display: none !important;
}

a,
a:visited,
a:hover {
  color: #1d1d1d;
}

/**/
/*#header .inner,*/
.top #content .inner,
#footer .inner,
.totop .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#content .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.column {
  box-sizing: border-box;
}

.columns.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .column + .column {
    margin-top: 10px;
  }
}
a {
  transition: 200ms;
}

a:hover,
a:hover img {
  opacity: 0.8;
}

/*スマホ表示時のみ電話番号リンクをアクティブ*/
a[href^="tel:"] {
  color: #000000;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #000000;
  }
}
small {
  font-size: 0.8em;
}

img {
  max-width: 100%;
}

/* content */
#content {
  margin-bottom: 100px;
  min-height: 500px;
}

#content .wrap p {
  margin-bottom: 1.2em;
}

@media (max-width: 768px) {
  #content {
    margin-bottom: 50px;
  }
}
.wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #f3f2ee;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #dddddd;
}

.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 19px;
  height: 34px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}

.carousel .slick-arrow:hover {
  opacity: 0.5;
}

.carousel .slick-arrow.slick-prev {
  left: -12px;
  background-image: url(../images/arrow_prev.png);
}

.carousel .slick-arrow.slick-next {
  right: -12px;
  background-image: url(../images/arrow_next.png);
}

.column.is-3 li a {
  display: block;
  padding: 5px;
}

/* BTN */
.anchor_wrap a {
  width: 180px;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  background: #afcaf2;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
}

.anchor_wrap a:hover {
  opacity: 0.7;
}

.under .wrap.h3_title_wrap,
.blog_body .wf_bread_ul + .wrap {
  max-width: 100%;
  background-size: cover;
}

.under .wrap {
  margin-bottom: 10px;
}

/* 画像 */
.wrap img {
  max-width: 100%;
}

/*-------------------
 Responsive 
-------------------*/
.map {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1220px) {
  #header .inner,
  .top #content .inner,
  #footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  .map {
    padding-bottom: 45%;
  }
  /**/
}
@media only screen and (max-width: 1020px) {
  #content .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  #content {
    width: 100%;
  }
  /* template */
  .type_basic_fl img,
  .type_basic_fr img,
  .img-half .type_basic_fl img,
  .img-half .type_basic_fr img,
  .img_list3 img,
  .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
/***********BLOG************/
.wf_blog_ul {
  max-width: 1000px;
  width: 94%;
  margin: 5px auto 15px;
  display: block;
}

.wf_blog_li_thumb img {
  display: block;
  margin: auto;
}

.wf_blog_ul .wf_blog_li_thumb,
.wf_blog_ul .wf_blog_li_thumb:hover {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.wf_blog_ul .wf_blog_li_thumb img {
  width: 100%;
  min-width: 45px;
  max-width: 200px;
  min-height: 45px;
  max-height: 200px;
}

.wf_blog_ul li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
}

.wf_blog_ul li:after {
  content: "";
  clear: both;
  display: block;
}

.wf_blog_ul .wf_blog_li_date,
.wf_blog_ul .wf_blog_li_title {
  display: block;
  float: left;
  margin: 0px !important;
  padding: 10px;
  box-sizing: border-box;
  max-width: 100%;
}

.wf_bread_ul li {
  display: inline;
}

.wf_bread_ul li a {
  color: #fff;
}

.wf_blog_ul li a {
  color: #000000;
}

.wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0px auto;
  padding: 5px;
  color: #fff;
  font-size: 82%;
}

/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  background: #fff !important;
}

input,
button,
select,
textarea,
.nav-collapse_ .nav > li > a,
.nav-collapse_ .nav > li > p,
.nav-collapse .sub-menu > ul li a,
.btn.btn-info {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.word_break {
  word-break: break-all;
}

a:focus,
*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#header h1 a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb_h3 {
  margin-bottom: 20px !important;
}

.mb_h4 {
  margin-bottom: 18px !important;
}

.mb_h5 {
  margin-bottom: 10px !important;
}

.mb_01 {
  margin-bottom: 27px !important;
}

.mb_02 {
  margin-bottom: 60px !important;
}

.mb_03 {
  margin-bottom: 75px !important;
}

ul.list_dot {
  list-style: none;
}

ul.list_dot li {
  padding: 0 0 5px 22px;
  position: relative;
  word-wrap: break-word;
}

.list_dot li:before {
  background: none repeat scroll 0 0 #333333;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 6px;
  position: absolute;
  top: 13px;
  width: 5px;
}

.float_ul01 li {
  margin: 0 20px 0 0;
  float: left;
  width: 40%;
}

ul.ul_check li {
  padding: 10px 10px 10px 40px;
  background: #eeeeee;
  position: relative;
}

ul.ul_check li + li {
  margin-top: 10px;
}

ul.ul02 {
  list-style: none;
}

ul.ul02 li {
  padding: 0 0 5px 21px;
  position: relative;
}

ul.ul02.float_ul01 li {
  box-sizing: border-box;
  float: left;
  margin: 0 2% 0 0;
  padding: 0 0 5px 21px;
  position: relative;
  width: 48%;
}

ul.ul02 li a {
  font-weight: bold;
}

.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 8px solid #333333;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #333333;
  border: 1px solid #333333;
  border-radius: 3px;
  content: "";
  height: 17px;
  left: 10px;
  position: absolute;
  top: 15px;
  width: 17px;
  z-index: 0;
}

ul.ul_check li:after {
  position: absolute;
  top: 15px;
  left: 13px;
  content: "";
  width: 11px;
  height: 4px;
  border: transparent 4px solid;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-40deg);
  z-index: 10;
}

.text_box {
  float: right;
  width: 62%;
}

.border_box01,
.border-box01 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 10px;
}

.border_box02 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 10px;
}

.link_btn {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: auto;
}

.link_btn a {
  line-height: 1.2;
  display: block;
  padding: 5px 25px 5px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #1b1b1b;
  background: none;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 13px;
  border-radius: 0;
  border: 1px solid #1b1b1b;
}

.link_btn a::after {
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  content: "";
  display: block;
  height: 5px;
  margin-top: -3px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.link_btn a:hover {
  opacity: 0.8;
  color: #fff;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  text-decoration: none;
  background: #1b1b1b;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}

/*--------------------------------------
	table01
--------------------------------------*/
table.table01,
table .table01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0 0 15px;
}

.table01 th,
.table01 td {
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}

.table01 thead th {
  background: #002e4e;
  color: #fff;
}

.table01 tbody th {
  background: #ededec;
  width: 25%;
}

.table01 th,
.table01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table01.price th {
  width: 75%;
}

table.table02 {
  border-collapse: collapse;
  background: none;
  width: 100%;
}

table.table02 th {
  padding: 2% 1%;
  text-align: left;
  border-bottom: solid 1px #dddddd;
  width: 25%;
  font-weight: normal;
  color: #333333;
}

table.table02 td {
  padding: 1%;
  text-align: left;
  border-bottom: solid 1px #dddddd;
}

@media screen and (max-width: 768px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}
@media screen and (max-width: 768px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}
/* =====================================
 共通
===================================== */
.slick-dots {
  bottom: -35px !important;
}

#bread span:hover {
  text-decoration: underline;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

form .wrap {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

.wf_form_text {
  box-sizing: border-box;
  font-size: 95%;
}

form .wrap > .inner {
  border-bottom: none;
}

.wf_form_wrap_submit {
  text-align: center;
}

.wf_form_wrap_submit input {
  font-size: 16px !important;
  padding: 0.5em 1em !important;
}

.wf_form_parts_wrap.wf_radio_wrap {
  display: inline-block;
}

.wf_form_text {
  box-sizing: border-box;
}

.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

.border_table table {
  border-collapse: collapse;
  width: 100%;
}

.border_table table td,
.border_table table th {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  padding: 1em 0.8em;
  text-align: left;
}

.border_table table th {
  border-bottom-color: #333333;
}

.btn_wrap a {
  position: relative;
  max-width: 280px;
  width: 100%;
  box-sizing: border-box;
  padding: 0.8em 1em;
  margin: 10px auto;
  display: block;
  border-radius: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  border: solid 1px #333;
  font-weight: bold;
}

@media (max-width: 768px) {
  .btn_wrap a {
    max-width: 300px;
  }
}
.btn_wrap a:hover {
  opacity: 0.8 !important;
}

.btn_wrap a::before {
  content: none;
}

.btn_wrap a::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 1em;
  left: auto;
  margin: auto;
  background: url(/images/ic_arrow.png) no-repeat center;
  border: none;
  transform: none;
  transition: 0.2s;
}

.btn_wrap a:hover:after {
  right: 0.8em;
}

.btn_wrap.external a:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  border: none;
  margin: auto;
  background: url(/images/icon_external.png) no-repeat center/contain;
}

.btn_wrap.wide a {
  max-width: 340px;
}

@media screen and (min-width: 769px) {
  .under #content {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .wf_blog_ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .wf_blog_ul .wf_blog_li_date,
  .wf_blog_ul .wf_blog_li_title {
    float: none;
  }
  .wf_blog_ul .wf_blog_li_date {
    padding-bottom: 0;
  }
  .wf_blog_ul .wf_blog_li_title {
    padding-top: 0;
  }
  .section_map > .inner {
    padding-bottom: 90%;
  }
  .border_table table {
    border-top: 1px solid #ccc;
  }
  .border_table table td,
  .border_table table th {
    display: block;
  }
  .border_table table th {
    background: #f1f1f1;
    border-bottom: none;
  }
}
@media screen and (max-width: 360px) {
  .h5_title_wrap {
    margin-bottom: 0;
  }
  .under .wrap.h3_title_wrap h3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .under .wrap.h3_title_wrap h3 .en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .slick-slide img.pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .slick-slide img.sp {
    display: none !important;
  }
}
#footer {
  background: #eeeeee;
}

#footer > .inner {
  padding: 100px 0;
}

@media (max-width: 768px) {
  #footer > .inner {
    padding: 40px 0 20px;
  }
  #footer .column + .column {
    margin-top: 30px;
  }
}
#footer .foot_logo {
  text-align: center;
  margin: 0 0 40px;
}

#footer .ft_title {
  font-size: 24px;
  font-weight: 500;
  border-bottom: solid 1px #333333;
  margin: 0 0 1em;
  color: #2976c5;
  font-weight: 400;
}

#footer .ft_title:not(:first-child) {
  margin-top: 1.5em;
}

#footer table {
  margin: 0 0 0;
  width: 100%;
}

@media (min-width: 769px) {
  #footer table {
    margin: 20px 0 0;
  }
}
#footer table th,
#footer table td {
  letter-spacing: 0.08em;
  line-height: 1.4 !important;
  text-align: left;
  font-size: 16px;
  padding: 1em 0.5em 1em 0;
  border-bottom: solid 1px #cccccc;
}

#footer table th {
  font-weight: bold;
  border-bottom: solid 1px #333333;
}

@media (min-width: 769px) {
  #footer .ft_list {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 768px) {
  #footer .ft_list {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #footer .ft_list .ft_nav {
    margin-top: 10px;
  }
}
#footer .ft_dl {
  display: flex;
}

#footer .ft_dl:not(:last-child) {
  margin-bottom: 1.2em;
}

#footer .ft_dl dt {
  font-weight: bold;
  position: relative;
  flex: none;
}

#footer .ft_dl dt:after {
  content: "：";
}

#footer .ft_nav li:not(:first-child) {
  margin-top: 10px;
}

#footer .ft_nav li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
}

#footer .ft_nav li a:hover {
  text-decoration: underline;
}

#footer .ft_nav li ul {
  margin-top: 0.5em;
}

#footer .ft_nav li ul li:not(:first-child) {
  margin-top: 0;
}
#footer .ft_nav li ul li a {
  padding-left: 14px;
  font-weight: normal;
}

#footer .ft_nav li ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 1px;
  top: 17px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #333333;
  transform: none;
  border: none;
}

#footer .ft_address li {
  padding: 0.3em 0;
  border-bottom: solid 1px #d3d3d3;
}

#footer .footer_iso figcaption {
  border: solid 1px;
  padding: 0 0.5em;
  display: inline-block;
  margin: 1em 0 0.5em;
}

#footer .btn_wrap a {
  max-width: 380px;
}

#footer .copyright {
  background: #eeeeee;
  font-size: 16px;
  letter-spacing: 0.08em;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: left;
  color: #999999;
  border-top: solid 1px #cccccc;
}

@media (max-width: 768px) {
  #footer .copyright {
    font-size: 14px;
    padding-bottom: 18vw;
  }
}
@media (max-width: 768px) {
  #footer .columns {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
  }
}
.pagetop {
  background: url(/images/top_btn.png);
  background-size: contain;
  width: 70px;
  height: 70px;
  z-index: 10;
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetop {
    width: 50px;
    height: 50px;
    bottom: 18vw;
    right: 15px;
  }
}
/* =============================================
header
============================================= */
#header .wh {
  filter: drop-shadow(0px 0px 21px rgba(0, 0, 0, 0.2));
}

@media (min-width: 961px) {
  body.top #header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.top #header .hdr_tel,
  body.top #header .hdr_tel strong {
    color: #fff !important;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
  }
  body.top #header .bk {
    display: none;
  }
  body.top #header .wh {
    display: block;
  }
  body.top #header .hdr_instagram_link {
    color: #fff;
  }
}
@media (max-width: 960px) {
  body.top #content {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.top #header:not(.scrolling) {
    background: transparent;
  }
  body.top #header:not(.scrolling) .bk {
    display: none;
  }
  body.top #header:not(.scrolling) .wh {
    display: block;
  }
  body.top #header .bk {
    display: block;
  }
  body.top #header .wh {
    display: none;
  }
}
body:not(.top) .bk {
  display: block;
}

body:not(.top) .wh {
  display: none;
}

/*ヘッダー固定時のアンカーリンク調整*/
@media (max-width: 960px) {
  .under #a02,
  .under #a03,
  .under #a04,
  .under #a05,
  .under #a06,
  .under #a07,
  .under #a08,
  .under #a09,
  .under #a10,
  .under #a11,
  .under #a12,
  .under #a13,
  .under #a14,
  .under #a15,
  .under #a16,
  .under #a17,
  .under #a18,
  .under #a19,
  .under #a20,
  .under #a21,
  .under #a22,
  .under #a23,
  .under #a24,
  .under #a25 {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media (min-width: 961px) {
  .under #a02,
  .under #a03,
  .under #a04,
  .under #a05,
  .under #a06,
  .under #a07,
  .under #a08,
  .under #a09,
  .under #a10,
  .under #a11,
  .under #a12,
  .under #a13,
  .under #a14,
  .under #a15,
  .under #a16,
  .under #a17,
  .under #a18,
  .under #a19,
  .under #a20,
  .under #a21,
  .under #a22,
  .under #a23,
  .under #a24,
  .under #a25 {
    margin-top: -10px;
    padding-top: 10px;
  }
}
#header {
  z-index: 99;
  width: 100%;
}

#header .inner {
  max-width: 97%;
  margin: 0 auto;
}

#header .hdr_ifo {
  position: absolute;
  top: 30px;
  right: 40px;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

#header .hdr_ifo .btn_wrap a {
  border: solid 1px #fff;
  color: #fff;
  width: 200px;
  max-width: 200px;
  margin: 0;
  padding: 8px 40px;
}

#header .hdr_ifo .btn_wrap a::before {
  border-color: #fff;
}

#header .hdr_ifo .btn_wrap a::after {
  display: none;
}

#header .hdr_ifo .btn_wrap a:hover {
  background: #fff;
  color: #333333;
}

#header .hdr_ifo .btn_wrap a:hover::before {
  border-color: #333333;
}

#header .hdr_tel {
  line-height: 1.3;
  text-align: right;
}

#header .hdr_tel strong {
  font-size: 26px;
  font-weight: 500;
  margin: 1.5em 0 0.5em;
  color: #333333;
}

#header .hdr_tel strong .large {
  font-size: 36px;
}

#header .hdr_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

#header h1 {
  width: 23%;
  max-width: 405px;
  float: none;
  margin: 0;
  padding: 0;
}

#header h1 img {
  max-width: 100%;
}

#header .hdr_info_wrap {
  max-width: 68%;
}

#header .hdr_info_list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 13px;
}

#header .hdr_right {
  display: flex;
  align-items: center;
  gap: min(60px, 4vw);
}
#header .hdr_instagram_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 20px;
}

#menu {
  padding-bottom: 0;
  border-radius: 50vw;
  background: #fff;
  padding: min(20px, 1.5vw) min(70px, 4vw);
  box-shadow: 0px 0px 20px 0px rgba(3, 3, 3, 0.1);
}

#menu #menu-inner {
  max-width: 100%;
}

#menu-btn {
  display: none;
}

#menu-list > li {
  position: relative;
  transition: all 0.2s;
}

#menu-list > li:hover {
  cursor: pointer;
}

#menu-list > li > a {
  display: block;
  padding: 0 10px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-weight: bold;
}

#menu-list > li > a > .blogicon-chevron-down {
  margin-right: 5px;
}

#menu-list > li > ul.menu-children {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  list-style-type: none;
}

#menu-list > li:hover > ul.menu-children {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s, visibility 0.2s;
}

#menu-list > li > ul.menu-children > li {
  text-align: center;
  width: 220px;
}

#menu-list > li > ul.menu-children > li > a {
  display: block;
  line-height: 3;
  text-decoration: none;
  background: #333333;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#menu-list > li > ul.menu-children > li:last-child > a {
  border-bottom: none;
}

#menu-list > li > ul.menu-children > li > a:hover {
  background: #4d4d4d;
  transition: all 0.2s;
  opacity: 1;
}

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
}
@media (min-width: 961px) {
  #menu-list {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 961px) {
  #menu-list > li {
    display: flex;
    justify-content: center;
    flex: auto;
    box-sizing: border-box;
  }
  #menu-list > li:last-child {
    justify-content: flex-end;
  }
}
@media (min-width: 961px) {
  #menu-list > li > a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    width: 100%;
    font-size: clamp(14px, 1.4vw, 16px);
  }
}
@media (min-width: 961px) {
  #menu-list > li > ul.menu-children {
    top: 100%;
    z-index: 1;
  }
  .top #content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  #content {
    margin-top: 65px;
  }
  #menu {
    display: block;
    padding: 0;
  }
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    z-index: 5;
    display: flex;
    align-items: center;
  }
  #header h1 {
    width: 65%;
    max-width: 300px;
  }
  #header .hdr_top {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  #header .hdr_info_list a {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #header .hdr_info_list img {
    width: 40px;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  nav:not(.wf_paging) {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 70%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    max-width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .open nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 960px) {
  .toggle {
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
    background: #fff;
    border-radius: 50%;
  }
}
@media screen and (max-width: 960px) {
  .toggle span {
    position: absolute;
    left: 50%;
    width: 25px;
    height: 3px;
    background-color: #333333;
    border-radius: 4px;
    transition: all 0.3s;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 960px) {
  .toggle span:nth-child(1) {
    top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .toggle span:nth-child(2) {
    top: 18px;
  }
}
@media screen and (max-width: 960px) {
  .toggle span:nth-child(3) {
    bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span:nth-child(1) {
    transform: translateX(-50%) rotate(-45deg);
    top: 18.5px;
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span:nth-child(3) {
    transform: translateX(-50%) rotate(45deg);
    bottom: 18.5px;
  }
}
@media screen and (max-width: 960px) {
  #navbk {
    display: none;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 960px) {
  .open #navbk {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
}
@media screen and (max-width: 960px) {
  #menu {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li:hover {
    background: none;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
    border-bottom: 1px solid #333333;
    padding: 10px;
    background: #fff;
    color: #1d1d1d;
    text-shadow: none;
  }
  #menu-list > li > a:hover {
    background: #333333;
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > a img {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children {
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children > li {
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children > li > a {
    padding: 8px 10px;
    padding-left: 20px;
    line-height: 2;
    background: #333333;
    border-color: #fff;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children > li > a:hover {
    background: #4d4d4d;
  }
}
@media (min-width: 961px) {
  #menu .menu-has-child .sp {
    display: none;
  }
}
@media (max-width: 960px) {
  #menu .menu-has-child .pc {
    display: none;
  }
}
.under .borderbox .ul02 {
  text-align: left;
}

.leadtext {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #333333;
}

.under .wrap.h3_title_wrap {
  background: none;
}

.under h3 {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 60px 0 1.2em;
  padding: 0 0 30px;
  line-height: 1.3;
  color: #333333;
}

@media (max-width: 768px) {
  .under h3 {
    font-size: 24px;
    padding: 0 0 25px;
    margin: 35px 0 1em;
  }
}
.under h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 4px;
  top: auto;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: auto;
  background: #333333;
}

.h2_title_wrap,
.under.blog_body .h3_title_wrap {
  background: url(/images/h1.jpg) no-repeat center center/cover;
}

.under.blog_body .h3_title_wrap h3,
.under h2 {
  font-size: 36px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  padding: 60px 0;
  color: #fff;
  margin: 0;
}

.under.blog_body .h3_title_wrap h3::after,
.under h2::after {
  display: none;
}

@media (max-width: 768px) {
  .under.blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 27px;
    padding: 30px 0;
  }
}
.under h4 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin-bottom: 0;
  margin-top: 1em;
  margin-bottom: 1.3em;
  letter-spacing: 0.05em;
  position: relative;
}

@media (max-width: 768px) {
  .under h4 {
    font-size: 18px;
  }
}
.under h4::after {
  display: none;
}

.under h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: #333333;
}

.under h5 {
  font-size: 16px;
  padding: 0;
  border-left: none;
  font-weight: bold;
  background: none;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 23px;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #333333;
}

.under h5:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 12px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  border: solid 2px #333;
}

@media (max-width: 768px) {
  .under h5 {
    font-size: 16px;
    padding-left: 21px;
  }
  .under h5:before {
    top: 12px;
  }
}
.under .h2_title_wrap + .wf_bread_ul {
  margin-bottom: 30px;
}

.under .wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  background: none;
  padding: 2px 5px;
  box-sizing: border-box;
  color: #1d1d1d;
}

.under .wf_bread_ul a {
  color: #333333;
}

.borderbox {
  border: none;
  background: #eeeeee;
  box-sizing: border-box;
  padding: 35px 40px 30px !important;
}

@media (max-width: 768px) {
  .borderbox {
    padding: 30px 20px 20px !important;
    margin: 30px auto !important;
  }
}
.t01_wrap thead th {
  text-align: center;
  background: #333333;
}

.t01_wrap tbody th {
  text-align: center;
  background: #eeeeee;
}

.t01_wrap th,
.t01_wrap td {
  padding: 0.8em 0.6em;
}

@media (max-width: 768px) {
  .t01_wrap table {
    font-size: 100%;
  }
}
.under .columns .column > h4.title {
  margin: 0 0 15px;
}

.under .bg_block .cont.column {
  margin-bottom: 0;
}

.tb01 th {
  width: 120px;
  text-align: left;
  font-weight: bold;
}

@media (max-width: 768px) {
  .min-img {
    max-width: 60%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .min-img img {
    max-height: 200px;
    margin: 0 auto;
  }
}
.bg-block {
  background: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3% !important;
}

.inner.bg-block {
  margin-bottom: 2em;
}

.bg-block .mini {
  font-size: 90%;
}

.bg-block h4.title {
  margin-top: 0;
}

.bg_box {
  padding: 40px !important;
  box-sizing: border-box;
  background: #eeeeee;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .bg_box {
    padding: 23px 20px !important;
    margin-bottom: 20px;
  }
}
.bg_box01 {
  padding: 40px !important;
  box-sizing: border-box;
  background: #eeeeee;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .bg_box01 {
    padding: 23px 20px !important;
    font-size: 16px;
  }
}
.bg_box02 {
  padding: 40px !important;
  box-sizing: border-box;
  background: #eeeeee;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .bg_box02 {
    padding: 23px 20px !important;
    font-size: 14px;
  }
}
.mt-20 {
  margin-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.under .columns .column > h4.title {
  margin: 0 0 15px;
}

.under .columns .column > h5.title {
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  .under .columns .column {
    margin-bottom: 20px;
  }
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

/*.accordion-area section {
  border: 1px solid #ccc;
  }*/
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 1% 3% 1% 50px;
  transition: all 0.5s ease;
  border-bottom: none;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333333;
  transition: all 0.5s ease;
}

.accordion-area .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.accordion-area .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
  margin: 0;
}

/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before {
  transform: rotate(45deg);
}

.accordion-area .title.close::after {
  transform: rotate(135deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box02 {
  display: block;
  /*管理画面は表示*/
  /*background: #f3f3f3;*/
  border-left: 2px solid #333333;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.accordion-area .box {
  display: none;
  /*はじめは非表示*/
  /*background: #f3f3f3;*/
  border-left: 2px solid #333333;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.page_edit .accordion-area .box {
  display: block;
}

.page_edit .edit_visible {
  display: block !important;
}

@media (max-width: 768px) {
  ul.ul02 li {
    margin-bottom: 2px !important;
    margin-top: 0 !important;
  }
}
/*トップページ*/
.mainimage {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mainimage .column {
  padding: 0;
}

.mainimage .copy {
  position: absolute;
  width: 53.6979166667vw;
  height: 14.1666666667vw;
  left: max(50% - 850px, 2%);
  right: auto;
  top: auto;
  bottom: 10%;
  margin: auto;
  max-width: 907px;
  max-height: 278px;
}

@media (max-width: 768px) {
  .mainimage .copy {
    right: auto;
    top: auto;
    bottom: 5%;
    left: 5%;
    width: 81.3333333333vw;
    height: 49.0666666667vw;
    max-width: 610px;
    max-height: 368px;
  }
}
.mainimage .slick-slider {
  margin-bottom: 0;
}

.mainimage {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

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

.top_ttl {
  font-size: clamp(45px, 9vw, 95px);
  text-align: center;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin: 0 0;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .top_ttl {
    font-size: 44px;
  }
}
.top_ttl + .ja {
  display: table;
  margin: 0 auto;
  border-bottom: 4px solid;
  font-weight: bold;
  font-size: clamp(18px, 2.4vw, 32px);
  margin-bottom: 1.5em;
}

@media (max-width: 768px) {
  .top_ttl .sub {
    font-size: 18px;
    margin: 0.5em auto 0 auto;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.center {
  display: block;
}

@media (min-width: 769px) {
  .pc-center {
    text-align: center;
  }
}
.sidebanner {
  position: fixed;
  right: 0;
  z-index: 10;
  top: 260px;
  width: 70px;
}

.sidebanner img {
  width: 100%;
  display: block;
}

.sidebanner li {
  flex: 1;
}

@media (min-width: 769px) {
  .sidebanner li + li {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .sidebanner {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .sidebanner ul {
    display: flex;
  }
}
.wf_flow_down_wrap {
  margin-bottom: 10px !important;
  margin-top: -30px;
}

.wf_flow_down {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  margin: auto;
}

.t01_wrap tbody th {
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .t01_wrap.custom_table .cont {
    overflow-x: scroll;
  }
  .t01_wrap.custom_table table {
    width: 880px;
    border-collapse: collapse;
  }
}
table.eq-table th {
  width: 70%;
  text-align: left;
}

table.eq-table td {
  text-align: right;
}

.ex02 li {
  margin-left: 1.5em;
  padding-left: 0.5em;
  list-style: decimal;
}

.ex02 li > ul li,
.ex02 li > ol li {
  list-style: none;
  margin-left: 0;
}

.ex02 li::marker {
  font-weight: bold;
  color: #333333;
}

.ofi {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.ofi.cover img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

.ofi > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.blog_body.under .wrap.h3_title_wrap {
  margin-bottom: 40px;
}

.under.blog_body .wf_bread_ul {
  display: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.under #menu-list > li > a {
  text-shadow: none !important;
}

@media (max-width: 1230px) {
  #footer .ft_list {
    display: block;
  }
}
@media (max-width: 768px) {
  #footer .footer_iso img {
    display: block;
    margin: 0 auto;
  }
}
/* =============================================
under customize
============================================= */
@media (max-width: 768px) {
  .t01_wrap th,
  .t01_wrap td {
    padding: 0.8em 0.5em;
  }
}
@media (min-width: 769px) {
  .mainimage .slick-slide img {
    width: 100%;
  }
}
.color_pri {
  color: #333333;
  font-weight: bold;
}

.mb-3 {
  margin-bottom: 2em !important;
}

@media (min-width: 769px) {
  .pc-text-center {
    text-align: center !important;
  }
}
.under #content .img_span img {
  margin: 0 auto 1em;
  display: block;
}

@media (max-width: 768px) {
  #footer table {
    margin: 0 0 40px;
  }
}
.list_dot li {
  position: relative;
}

ol {
  list-style-type: decimal;
}

@media (max-width: 768px) {
  .st_text {
    font-size: 16px;
  }
}
ol.list_dot li:before {
  content: none;
}

ol.list_dot {
  padding-left: 37px;
}

@media (max-width: 768px) {
  ol.list_dot {
    padding-left: 32px;
  }
}
.t01_style.t02_wrap td {
  width: 22% !important;
}

.t01_style.t02_wrap td:last-child {
  width: 34% !important;
}

.t01_style.t02_wrap tr:last-of-type td:last-child {
  width: 34% !important;
}

@media (max-width: 1000px) {
  .t01_wrap.t02_wrap .cont {
    overflow-x: scroll;
  }
  .t01_wrap.t02_wrap {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .t01_wrap.t03_wrap .cont {
    overflow-x: scroll;
  }
  .t01_wrap.t03_wrap {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .list_dot li:before {
    top: 13px;
  }
}
.ofi_box img {
  object-fit: cover;
  width: 100%;
  height: 235px;
}

.borderbox ol {
  padding-left: 23px;
}

@media (max-width: 768px) {
  .leadtext {
    font-size: 16px;
  }
}
.link_list {
  display: flex;
  gap: clamp(20px, 1.8vw, 30px);
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .link_list {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.link_list img {
  display: block;
}
.link_list .btn_wrap {
  width: 320px;
}
.link_list .btn_wrap a {
  line-height: 1.6;
  margin: 0 auto;
}
.link_list .btn_wrap .netshop_btn a {
  position: relative;
}
.link_list .btn_wrap .netshop_btn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 23px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 13px;
  margin: auto;
  background: url(/images/ic_cart.png) no-repeat center;
  border-radius: 0;
}

.top_title_en {
  font-weight: bold;
  font-size: clamp(18px, 1.8vw, 22px);
  letter-spacing: 0.1em;
}

.top_title_ja {
  font-weight: bold;
  font-size: clamp(24px, 3.2vw, 40px);
  letter-spacing: 0.1em;
  margin: 0;
  margin-bottom: 1em;
  padding: 0 0 0.5em;
  position: relative;
  text-align: left;
  line-height: 1.7;
}
.top_title_ja:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 4px;
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: #333;
}

.section_title {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .section_title {
    writing-mode: vertical-rl;
    justify-content: center;
  }
}
.section_title .bold {
  writing-mode: initial;
  border: solid 2px;
  border-radius: 50%;
  width: 2.9545454545em;
  height: 2.9545454545em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_concept {
  padding: clamp(70px, 14vw, 200px) 0 clamp(50px, 9vw, 100px);
}
.sec_concept .text {
  line-height: 2.5;
}
@media (min-width: 769px) {
  .sec_concept .inner {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .sec_concept .inner .columns {
    margin: 0;
    padding: 0;
align-items: center;
  }
  .sec_concept .inner .columns .column {
    margin: 0;
    padding: 0;
  }
  .sec_concept .con_text {
    padding-left: max(4.0909090909 * clamp(18px, 1.8vw, 22px), 50vw - 710px) !important;
    padding-right: 4% !important;
    position: relative;
margin-bottom: 100px !important;
  }
  .sec_concept .con_text .section_title {
    position: absolute;
    top: 2em;
    left: max(3.6363636364 * clamp(18px, 1.8vw, 22px), 50vw - 770px);
    transform: translateX(-100%);
  }
  .sec_concept .con_text .top_title_en {
    margin-bottom: 1em;
  }
  .sec_concept .con_text .btn_wrap {
    margin-top: 2.5em;
  }
  .sec_concept .con_text .btn_wrap a {
    margin-left: 0;
    margin-right: auto;
  }
}

.sec_slider {
  padding: 10px 0;
  overflow: hidden;
}

body:not(.page_edit) .sec_slider .slider_wrap {
  animation: loopslider 80s linear infinite;
  display: flex;
  width: 5920px;
  height: 100%;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap {
    width: 3360px;
    animation: sp_loopslider 60s linear infinite;
  }
}
body:not(.page_edit) .sec_slider .slider_wrap > .cont {
  padding: 0 10px;
}
body:not(.page_edit) .sec_slider .slider_wrap > .cont:nth-child(odd) {
  margin-top: 50px;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap > .cont {
    padding: 5px;
    margin: 0;
  }
  body:not(.page_edit) .sec_slider .slider_wrap > .cont:nth-child(odd) {
    margin-top: 25px;
  }
}
body:not(.page_edit) .sec_slider .slider_wrap > .cont img {
  display: block;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap > .cont img {
    width: 200px;
  }
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2960px);
  }
}
@keyframes sp_loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1680px);
  }
}
.sec_shop {
  padding: clamp(35px, 7vw, 100px) 0;
  position: relative;
  overflow: hidden;
}
.sec_shop.sec_shop_first {
  padding-top: clamp(70px, 14vw, 200px);
}
@media (min-width: 769px) {
  .sec_shop .section_title {
    position: absolute;
    top: clamp(70px, 14vw, 200px);
    right: 3%;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 769px) and (max-width: 1225px) {
  .sec_shop .section_title {
    top: calc(clamp(70px, 14vw, 200px) - 50px);
  }
}
.sec_shop .title_wrap {
  font-weight: bold;
  font-size: clamp(20px, 1.7vw, 24px);
  letter-spacing: 0.1em;
  line-height: 2;
  display: flex;
  gap: 7%;
  margin-bottom: 30px;
align-items: center;
}
@media (max-width: 768px) {
  .sec_shop .title_wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.sec_shop .title_wrap .top_title_ja {
  margin: 0;
margin-bottom: 15px;
}
.sec_shop .wide_img img {
  max-width: calc(100% + max(50vw - 500px, 3vw));
  margin-left: min((50vw - 500px) * -1, -3vw);
}
.sec_shop .bg_wrap {
  background: #fff;
  padding: clamp(20px, 4.5vw, 60px) clamp(20px, 4.5vw, 60px) clamp(0px, 1.5vw, 20px);
  margin-top: -110px;
  z-index: 1;
  position: relative;
  line-height: 2.5;
}
.sec_shop .bg_wrap .columns {
  align-items: center;
}
.sec_shop.reverse .wide_img img {
  margin-left: 0;
  margin-right: min((50vw - 500px) * -1, -3vw);
}

body:not(.page_edit) .sec_shop .bg_wrap .link a {
  display: block;
  width: clamp(60px, 8.8vw, 100px);
  height: clamp(60px, 8.8vw, 100px);
  border-radius: 50%;
  border: solid 1px #cccccc;
  margin: auto;
  background: url(/images/ic_arrow.png) no-repeat center;
  font-size: 0;
  text-decoration: none;
}
@media (min-width: 769px) {
  body:not(.page_edit) .sec_shop .bg_wrap .link a {
    position: absolute;
    top: auto;
    bottom: 0;
    right: clamp(20px, 4.5vw, 60px);
    left: auto;
  }
}
body:not(.page_edit) .sec_shop .bg_wrap .link a:hover {
  background: url(/images/ic_arrow.png) no-repeat center, #eeeeee;
}

.sec_contact {
  position: relative;
}
.sec_contact .section_title {
  color: #333;
  margin-left: 3%;
}
@media (min-width: 769px) {
  .sec_contact .section_title {
    position: absolute;
    left: max(50vw - 860px, 10px);
    top: 0;
    margin: 0;
  }
}
.sec_contact .top_title_ja,
.sec_contact .top_title_en {
  text-align: center;
}
.sec_contact .top_title_ja:after,
.sec_contact .top_title_en:after {
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.sec_contact .bg_wrap {
  margin: 0 auto;
  color: #fff;
  background: url(/images/bg_img001.jpg) no-repeat center/cover;
  padding: clamp(50px, 9vw, 140px) 0 clamp(80px, 14vw, 240px);
}
@media (min-width: 769px) {
  .sec_contact .bg_wrap {
    width: calc(100% - 170px);
    max-width: 1520px;
  }
}
.sec_contact .bg_wrap .text {
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: bold;
}
.sec_contact + .sec_mail {
  margin-top: calc(clamp(30px, 6vw, 100px) * -1);
  position: relative;
  z-index: 1;
}
.sec_contact + .sec_mail .bg_wrap {
  padding: clamp(20px, 4.5vw, 60px) clamp(20px, 4.5vw, 60px) 0 clamp(20px, 4.5vw, 60px);
  background: #fff;
}
@media (min-width: 769px) {
  .sec_contact + .sec_mail .bg_wrap {
    width: calc(100% - 220px);
  }
}

.sec_mail .bg_wrap {
  margin-left: auto;
  margin-right: auto;
}
.sec_mail .contact_ttl {
  font-weight: bold;
  font-size: clamp(18px, 1.6vw, 20px);
  margin: 0;
  margin-bottom: 0.5em;
}
.sec_mail a[href^="mailto:"] {
  font-weight: bold;
}
@media (min-width: 769px) {
  .sec_mail .columns .column:nth-child(n+3) {
    border-top: solid 1px #cccccc;
  }
  .sec_mail .columns .column:nth-child(2n-1) {
    border-right: solid 1px #cccccc;
    padding: clamp(15px, 2vw, 30px);
    padding-left: 10px;
  }
  .sec_mail .columns .column:nth-child(2n) {
    padding: clamp(15px, 2vw, 30px);
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .sec_mail .columns .column {
    padding: 10px;
  }
  .sec_mail .columns .column:not(:first-child) {
    border-top: solid 1px #cccccc;
  }
}

.sec_access {
  position: relative;
  padding: clamp(70px, 14vw, 200px) 0;
}
@media (min-width: 769px) {
  .sec_access .title_wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .sec_access .title_wrap .btn_wrap {
    width: 280px;
  }
}
@media (min-width: 769px) {
  .sec_access .section_title {
    position: absolute;
    top: clamp(70px, 14vw, 200px);
    right: 3%;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 769px) and (max-width: 1225px) {
  .sec_access .section_title {
    transform: translateY(-100%);
  }
}
@media (min-width: 769px) {
  .sec_access .access_text {
    margin-top: 3em;
  }
}
.sec_concept .top_title_ja::after{
  display: none;
}
.sec_concept .top_title_ja{
  padding: 0;
}
.under .img_span img{
  border-radius: 20px;
}
@media ( max-width : 768px ) {
  .top_title_ja:after {
    right: 0;
    left: 0;
  }
.sec_shop .title_wrap {
    font-size: 17px;
  }
}
body:not(.page_edit) .loading {
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

body:not(.page_edit) .loading img {
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: fadein 2s ease-in-out; /* 1秒間でフェードイン */
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media ( max-width : 768px ) {
  body:not(.page_edit) .loading img {
    max-width: 120px;
  }
}
@media ( min-width : 769px ) {
  .foot_logo2{
    text-align: left;
margin: 0 0 10px;
  }
}
.foot_logo2 img{
  max-width: 280px;
}
@media ( max-width : 768px ) {
  .foot_logo2 {
    text-align: center;
    margin: 0 0 20px;
  }
}
.under .sec_slider .img_anchor img {
  border-radius: 20px;
}