@charset "UTF-8";
/* COMMON
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

img.rendering {
  image-rendering: -webkit-optimize-contrast;
}

img {
  width: 100%;
}

br.sm_br {
  display: none;
}
@media only screen and (max-width:766px) {
  br.sm_br {
    display: inline;
  }
}

br.tb_br {
  display: none;
}
@media only screen and (max-width:1023px) {
  br.tb_br {
    display: inline;
  }
}

@media only screen and (max-width:766px) {
  br.pc_tb_br {
    display: none;
  }
}

@media only screen and (max-width:1023px) {
  br.pc_br {
    display: none;
  }
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

strong, b {
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none;
  color: #4D4D4D;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

a:hover {
  opacity: 0.2;
  text-decoration: none;
  color: #4D4D4D;
}
@media only screen and (max-width:766px) {
  a:hover {
    opacity: 1 !important;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.list001 li {
  position: relative;
  padding-left: 1em;
}
.list001 li:last-child {
  margin-bottom: 0;
}
.list001 li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.link001 a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: #000;
}
.link001 a span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}

select::-ms-expand {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

svg {
  width: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 45.25%;
  position: relative;
}

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

/* LAYOUT
-------------------------------------------------------------- */
body {
  height: 100%;
  min-height: 100%;
  font-family: "Mukta Mahee", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4D4D4D;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow-x: hidden;
  background: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2em;
}
body.active {
  overflow-y: hidden;
}
@media only screen and (max-width:766px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

html {
  height: 100%;
  min-height: 100%;
}

main {
  display: block;
  padding-top: 180px;
}
main#main_index {
  padding-top: 0;
}
@media only screen and (max-width:766px) {
  main {
    padding-top: 150px;
  }
}

.logo a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -999999px;
  background-size: cover;
}

/* HEDDER
-------------------------------------------------------------- */
header {
  background: #fff;
  width: 100%;
  zoom: 1;
  position: fixed;
  top: 0;
  left: 0;
  height: 65px;
  z-index: 50;
}
header:before, header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
@media only screen and (max-width:1023px) {
  header {
    height: 56px;
  }
}
header#header_index {
  display: none;
}
header .header_inner {
  position: relative;
}
header .header_inner .logo_header {
  position: absolute;
  top: 25px;
  left: 80px;
}
@media only screen and (max-width:1023px) {
  header .header_inner .logo_header {
    top: 18px;
  }
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  header .header_inner .logo_header {
    left: 40px;
  }
}
@media only screen and (max-width:766px) {
  header .header_inner .logo_header {
    left: 20px;
  }
}
header .header_inner .logo_header a {
  width: 118px;
  height: 22px;
  background-image: url(../images/common/logo.svg);
}
header .header_inner .logo_header a:hover {
  opacity: 0.2;
}
header .header_inner nav {
  position: absolute;
  right: 80px;
  top: 27px;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav {
    display: none;
    background: #F2F2F2;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner {
    height: 100%;
    min-height: 100%;
  }
}
@media only screen and (max-width:1023px) and (orientation: landscape) {
  header .header_inner nav .nav_inner {
    overflow-y: auto;
  }
}
header .header_inner nav .nav_inner .gmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-right: 0px;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu {
    display: block;
    margin-right: 0;
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width:1023px) and (orientation: landscape) {
  header .header_inner nav .nav_inner .gmenu {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding-top: 50px;
  }
}
header .header_inner nav .nav_inner .gmenu > li {
  margin-right: 4em;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu > li {
    margin-right: 0;
    text-align: center;
    margin: 35px 0;
  }
}
header .header_inner nav .nav_inner .gmenu > li a {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
  color: #000;
}
header .header_inner nav .nav_inner .gmenu > li a:hover {
  opacity: 0.2;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu > li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
header .header_inner nav .nav_inner .logo_nav_ama {
  float: right;
  padding-top: 2px;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .logo_nav_ama {
    float: none;
    padding-top: 0;
    position: absolute;
    bottom: 85px;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width:1023px) and (orientation: landscape) {
  header .header_inner nav .nav_inner .logo_nav_ama {
    position: relative;
    bottom: 0;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
header .header_inner nav .nav_inner .logo_nav_ama a {
  width: 101px;
  height: 18px;
  background-image: url(../images/common/logo_atelier_ma.svg);
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .logo_nav_ama a {
    margin: 0 auto;
    width: 75px;
    height: 13px;
  }
}
header .header_inner nav .nav_inner .logo_nav_ama a:hover {
  opacity: 0.2;
}
header .header_inner nav .nav_inner .nav_copy {
  display: none;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .nav_copy {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width:1023px) and (orientation: landscape) {
  header .header_inner nav .nav_inner .nav_copy {
    position: relative;
    bottom: 0;
    padding-bottom: 15px;
  }
}
header .header_inner .sm_menu_bt {
  position: fixed;
  top: 18px;
  right: 22px;
  z-index: 110;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  display: none;
}
@media only screen and (max-width:1023px) {
  header .header_inner .sm_menu_bt {
    display: block;
  }
}
header .header_inner .sm_menu_bt .menu-trigger, header .header_inner .sm_menu_bt .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header_inner .sm_menu_bt .menu-trigger {
  position: relative;
  width: 30px;
  height: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
header .header_inner .sm_menu_bt .menu-trigger span {
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #4D4D4D;
  width: 100%;
  left: 0px;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(2) {
  top: 10px;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(3) {
  top: 20px;
}
header .header_inner .sm_menu_bt .menu-trigger:hover {
  cursor: pointer;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) translateX(0px) rotate(-45deg);
  transform: translateY(10px) translateX(0px) rotate(-45deg);
  width: 100%;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(3) {
  display: none;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
  transform: translateY(0px) translateX(0px) rotate(45deg);
  width: 100%;
}

/* FOOTER
-------------------------------------------------------------- */
footer {
  height: 65px;
  margin-top: 200px;
}
footer #footer_inner {
  padding: 0 30px;
  zoom: 1;
}
footer #footer_inner:before, footer #footer_inner:after {
  content: "";
  display: table;
}
footer #footer_inner:after {
  clear: both;
}
footer #footer_inner .footer_copy {
  float: left;
  text-align: left;
  font-size: 10px;
  font-size: 0.625rem;
}
footer #footer_inner .footer_text {
  float: left;
  text-align: left;
  font-size: 8px;
  font-size: 0.5rem;
  margin-left: 2em;
}
footer #footer_inner .footer_totop {
  float: right;
}
footer #footer_inner .footer_totop a {
  width: 26px;
  height: 13px;
  display: block;
  text-indent: -999999px;
  background-image: url(../images/common/arrow_t.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* INDEX
-------------------------------------------------------------- */
#mv {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#mv div {
  height: 100%;
}
#mv div.slider_cont {
  background-size: cover;
  background-position: center center;
}
#mv div.slider_cont a.slider_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
#mv div.slider_cont a.slider_link:hover {
  opacity: 1;
}
#mv div.slider_cont picture, #mv div.slider_cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_sec {
  margin-bottom: 100px;
}
.index_sec:last-of-type {
  margin-bottom: 0;
}
.index_sec .index_ttl001 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #000;
  font-weight: 300;
  letter-spacing: 1.5px;
}
@media only screen and (max-width:766px) {
  .index_sec .index_ttl001 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#index_concept {
  padding-top: 50px;
}
@media only screen and (max-width:1023px) {
  #index_concept {
    padding-top: 75px;
  }
}
#index_concept #index_concept__text {
  padding: 0 20px;
}
#index_concept #index_concept__text p {
  margin-bottom: 1.5em;
  text-align: center;
}
#index_concept #index_concept__text p:last-child {
  margin-bottom: 0;
}

#index_link {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
#index_link .index_link_sec {
  margin-bottom: 80px;
}
@media only screen and (max-width:766px) {
  #index_link .index_link_sec {
    margin-bottom: 60px;
  }
}
#index_link .index_link_sec:last-of-type {
  margin-bottom: 0;
}
#index_link .index_link_sec .index_ttl001 {
  float: left;
}
@media only screen and (max-width:1023px) {
  #index_link .index_link_sec .index_ttl001 {
    float: none;
    margin-bottom: 0.5em;
    padding: 0 10px;
    text-align: left;
  }
  #index_link .index_link_sec .index_ttl001 img {
    width: auto;
  }
}
#index_link .index_link_sec p {
  float: right;
  padding-top: 4px;
}
@media only screen and (max-width:1023px) {
  #index_link .index_link_sec p {
    float: none;
    padding: 0 10px;
    line-height: 1.8em;
  }
}
#index_link .index_link_sec .index_sec_img {
  clear: both;
  padding-top: 0.5em;
}
#index_link #index_about h2 img {
  height: 22px;
}
@media only screen and (max-width:766px) {
  #index_link #index_about h2 img {
    height: 20px;
  }
}
#index_link #index_store h2 img {
  height: 22px;
}
@media only screen and (max-width:766px) {
  #index_link #index_store h2 img {
    height: 20px;
  }
}
#index_link #index_ma h2 img {
  width: 120px;
}

#index_jornal #index_jornal_ttl {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  margin-bottom: 20px;
  zoom: 1;
}
#index_jornal #index_jornal_ttl:before, #index_jornal #index_jornal_ttl:after {
  content: "";
  display: table;
}
#index_jornal #index_jornal_ttl:after {
  clear: both;
}
#index_jornal #index_jornal_ttl .index_ttl001 {
  float: left;
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (max-width:766px) {
  #index_jornal #index_jornal_ttl .index_ttl001 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
#index_jornal #index_jornal_ttl .index_jornal_link {
  float: right;
}
#index_jornal #index_jornal_inner #index_jornal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding-left: calc((100% - 940px) / 2);
  padding-bottom: 20px;
}
@media only screen and (max-width:1023px) {
  #index_jornal #index_jornal_inner #index_jornal_list {
    padding-left: 20px;
  }
}
#index_jornal #index_jornal_inner #index_jornal_list li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 300px;
  max-width: 300px;
  color: #251E1C;
}
#index_jornal #index_jornal_inner #index_jornal_list li .index_jornal_list__ttl {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-bottom: 30px;
}
#index_jornal #index_jornal_inner #index_jornal_list li .index_jornal_list__overview {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7em;
  margin-bottom: 30px;
}
#index_jornal #index_jornal_inner #index_jornal_list li .index_jornal_list__date {
  font-size: 11px;
  font-size: 0.6875rem;
}

/* PAGE COMMON
-------------------------------------------------------------- */
.page_ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 35px;
}
@media only screen and (max-width:766px) {
  .page_ttl {
    margin-bottom: 90px;
  }
}

.page_wrap {
  max-width: 680px;
  margin: 90px auto 0 auto;
  padding: 0 20px;
}

.page_mv {
  height: 410px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 35px;
}
@media only screen and (max-width:766px) {
  .page_mv {
    height: 480px;
    margin-bottom: 30px;
  }
}

.page_text {
  padding: 0 20px;
}
.page_text h2 {
  margin-top: 80px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (max-width:766px) {
  .page_text h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page_text h2 img {
  height: 25px;
}
.page_text p {
  margin-bottom: 2em;
  text-align: center;
}
@media only screen and (max-width:766px) {
  .page_text p {
    line-height: 1.6em;
  }
}
.page_text p:last-child {
  margin-bottom: 0;
}
.page_text p.small {
  font-size: 13px;
  font-size: 0.8125rem;
}
.page_text p span {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media only screen and (max-width:766px) {
  .page_text_l p {
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
  }
}

#page_mv__about {
  background-image: url(../images/about/about_mv.jpg);
}

#page_mv__work {
  background-image: url(../images/work/work_mv.jpg);
}

#page_mv__store {
  background-image: url(../images/store/store_mv.jpg);
}

#page_mv__jornal {
  background-image: url(../images/jornal/jornal_mv.jpg);
}

/* ABOUT
-------------------------------------------------------------- */
#about_cont {
  max-width: 990px;
  padding: 0 20px;
  margin: 100px auto 100px auto;
}
@media only screen and (max-width:1023px) {
  #about_cont {
    margin: 100px auto 100px auto;
  }
}
#about_cont .about_cont__list {
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width:1023px) {
  #about_cont .about_cont__list {
    display: block;
    margin-bottom: 70px;
  }
}
#about_cont .about_cont__list:last-of-type {
  margin-bottom: 0;
}
#about_cont .about_cont__list .about_cont__list_img {
  width: 450px;
}
@media only screen and (max-width:1023px) {
  #about_cont .about_cont__list .about_cont__list_img {
    width: 100%;
    margin-bottom: 25px;
  }
}
#about_cont .about_cont__list .about_cont__list_text {
  width: calc(100% - 450px);
}
@media only screen and (max-width:1023px) {
  #about_cont .about_cont__list .about_cont__list_text {
    width: 100%;
    padding: 0 18px;
  }
}
#about_cont .about_cont__list .about_cont__list_text h3 {
  color: #000;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
}
@media only screen and (max-width:1023px) {
  #about_cont .about_cont__list .about_cont__list_text h3 {
    margin-bottom: 0.8em;
  }
}
@media only screen and (max-width:766px) {
  #about_cont .about_cont__list .about_cont__list_text h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
#about_cont .about_cont__list .about_cont__list_text p {
  margin-bottom: 1em;
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
@media only screen and (max-width:1023px) {
  #about_cont .about_cont__list .about_cont__list_text p {
    margin-bottom: 1em;
  }
}
#about_cont .about_cont__list .about_cont__list_text ul {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8em;
}
@media only screen and (max-width:766px) {
  #about_cont .about_cont__list .about_cont__list_text ul {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#about_cont .about_cont__list .about_cont__list_text ul li {
  position: relative;
  padding-left: 1em;
}
#about_cont .about_cont__list .about_cont__list_text ul li:last-child {
  margin-bottom: 0;
}
#about_cont .about_cont__list .about_cont__list_text ul li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#about_cont .about_cont__list002 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#about_profile {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 35px;
}
#about_profile h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 60px;
}
#about_profile #about_profile_img {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width:766px) {
  #about_profile #about_profile_img {
    margin-bottom: 45px;
  }
}
#about_profile #about_profile_img img {
  max-width: 373px;
}
@media only screen and (max-width:766px) {
  #about_profile #about_profile_img img {
    max-width: 78%;
  }
}
#about_profile #about_profile_text > div {
  margin-bottom: 70px;
}
@media only screen and (max-width:766px) {
  #about_profile #about_profile_text > div {
    margin-bottom: 65px;
  }
}
#about_profile #about_profile_text > div:last-of-type {
  margin-bottom: 0;
}
#about_profile #about_profile_text > div h3 {
  margin-bottom: 1.5em;
  line-height: 1.3em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width:766px) {
  #about_profile #about_profile_text > div h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#about_profile #about_profile_text > div h3 span {
  font-size: 13px;
  font-size: 0.8125rem;
}
#about_profile #about_profile_text > div h3#about_profile_ma {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media only screen and (max-width:766px) {
  #about_profile #about_profile_text > div h3#about_profile_ma {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
}
#about_profile #about_profile_text > div p {
  line-height: 1.8em;
  margin-bottom: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
#about_profile #about_profile_text > div p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:766px) {
  #about_profile #about_profile_text > div p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/* WORK JORNAL
-------------------------------------------------------------- */
.blog_list {
  margin-top: 220px;
  padding: 0 35px;
  max-width: 1020px;
  margin: 100px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 25px;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  .blog_list {
    gap: 60px 15px;
  }
}
@media only screen and (max-width:766px) {
  .blog_list {
    margin-top: 140px;
    display: block;
  }
}
.blog_list .blog_list_cont {
  width: calc((100% - 50px) / 3);
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  .blog_list .blog_list_cont {
    width: calc((100% - 30px) / 3);
  }
}
@media only screen and (max-width:766px) {
  .blog_list .blog_list_cont {
    width: 100%;
    margin-bottom: 60px;
  }
  .blog_list .blog_list_cont:last-of-type {
    margin-bottom: 0;
  }
}
.blog_list .blog_list_cont a {
  display: block;
}
.blog_list .blog_list_cont h2 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-bottom: 2em;
}
@media only screen and (max-width:766px) {
  .blog_list .blog_list_cont h2 {
    margin-bottom: 1.5em;
  }
}
.blog_list .blog_list_cont .date {
  font-size: 11px;
  font-size: 0.6875rem;
}

article.blog_detail {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 35px;
}
article.blog_detail .blog_detail_slider {
  margin-bottom: 35px;
}
@media only screen and (max-width:1023px) {
  article.blog_detail .blog_detail_slider {
    margin-top: 0;
    margin-right: -35px;
    margin-left: -35px;
    margin-bottom: 90px;
  }
}
article.blog_detail .blog_detail_ttl {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
@media only screen and (max-width:1023px) {
  article.blog_detail .blog_detail_ttl {
    margin-bottom: 1.5em;
  }
}
article.blog_detail .blog_detail_exp {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5em;
  letter-spacing: 1px;
}
article.blog_detail .blog_detail_navi_wrap {
  margin-top: 180px;
}
@media only screen and (max-width:766px) {
  article.blog_detail .blog_detail_navi_wrap {
    margin-top: 130px;
  }
}
article.blog_detail .blog_detail_navi_wrap .blog_detail_link {
  text-align: center;
}
@media only screen and (max-width:766px) {
  article.blog_detail .blog_detail_navi_wrap .blog_detail_link {
    margin-bottom: 1.5em;
  }
}
article.blog_detail .blog_detail_navi_wrap .blog_detail_navi {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2em;
}
article.blog_detail .blog_detail_navi_wrap .blog_detail_navi:before, article.blog_detail .blog_detail_navi_wrap .blog_detail_navi:after {
  content: "";
  display: table;
}
article.blog_detail .blog_detail_navi_wrap .blog_detail_navi:after {
  clear: both;
}
@media only screen and (max-width:766px) {
  article.blog_detail .blog_detail_navi_wrap .blog_detail_navi {
    margin-top: -3em;
  }
}
article.blog_detail .blog_detail_navi_wrap .blog_detail_navi li {
  width: 50%;
  line-height: 1em;
}
article.blog_detail .blog_detail_navi_wrap .blog_detail_navi li a {
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 14px 26px;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 1px;
}
@media only screen and (max-width:766px) {
  article.blog_detail .blog_detail_navi_wrap .blog_detail_navi li a {
    width: calc(100% - 55px);
    word-break: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
article.blog_detail .blog_detail_navi_wrap .blog_detail_navi li.navi_l {
  padding-right: 20px;
}
@media only screen and (max-width:766px) {
  article.blog_detail .blog_detail_navi_wrap .blog_detail_navi li.navi_l {
    padding-right: 0px;
  }
}
article.blog_detail .blog_detail_navi_wrap .blog_detail_navi li.navi_l a {
  background-image: url(../images/common/arrow_ls.svg);
  background-position: center left;
  padding-left: 25px;
}
article.blog_detail .blog_detail_navi_wrap .blog_detail_navi li.navi_r {
  padding-left: 20px;
  text-align: right;
}
@media only screen and (max-width:766px) {
  article.blog_detail .blog_detail_navi_wrap .blog_detail_navi li.navi_r {
    padding-left: 0px;
  }
}
article.blog_detail .blog_detail_navi_wrap .blog_detail_navi li.navi_r a {
  background-image: url(../images/common/arrow_rs.svg);
  background-position: center right;
  padding-right: 25px;
}

.blog_detail_body {
  margin-top: 80px;
  overflow-wrap: anywhere;
}
@media only screen and (max-width:766px) {
  .blog_detail_body {
    margin-top: 50px;
  }
}
.blog_detail_body p {
  margin-bottom: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.blog_detail_body p:last-child {
  margin-bottom: 0;
}
.blog_detail_body a {
  text-decoration: underline;
}
.blog_detail_body a img {
  text-decoration: none;
}
.blog_detail_body img {
  width: auto;
  max-width: 100%;
}
.blog_detail_body ul, .blog_detail_body ol, .blog_detail_body blockquote, .blog_detail_body table {
  margin-bottom: 1.5em;
}
.blog_detail_body ul:last-child, .blog_detail_body ol:last-child, .blog_detail_body blockquote:last-child, .blog_detail_body table:last-child {
  margin-bottom: 0;
}
.blog_detail_body ul li {
  position: relative;
  padding-left: 0.9em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 0.2em;
  line-height: 1.6em;
}
.blog_detail_body ul li:last-child {
  margin-bottom: 0;
}
.blog_detail_body ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 2px;
}
.blog_detail_body ol {
  padding-left: 1.5em;
}
.blog_detail_body ol li {
  list-style: decimal;
  list-style-position: outside;
}
.blog_detail_body table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.blog_detail_body table tr th, .blog_detail_body table tr td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.blog_detail_body blockquote {
  position: relative;
  padding: 40px 15px 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.blog_detail_body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.blog_detail_body blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.blog_detail_body blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.blog_detail_body h3 {
  font-weight: bold;
  font-size: 1.1;
  margin-bottom: 1em;
  margin-top: 4em;
}
.blog_detail_body h4 {
  font-weight: bold;
}

/* STORE
-------------------------------------------------------------- */
#store_address {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 50px;
}
@media only screen and (max-width:766px) {
  #store_address {
    margin-top: 100px;
  }
}
#store_address #store_address_inner {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 35px;
}
#store_address #store_address_inner table {
  margin-bottom: 1.5em;
}
#store_address #store_address_inner table tr th, #store_address #store_address_inner table tr td {
  text-align: left;
  vertical-align: top;
}
#store_address #store_address_inner table tr th {
  padding-right: 1em;
  white-space: nowrap;
}
#store_address #store_address_inner p {
  text-align: left;
}

#store_instagram {
  margin-bottom: 120px;
}
@media only screen and (max-width:766px) {
  #store_instagram {
    margin-bottom: 100px;
  }
}
#store_instagram h2 {
  text-align: center;
  margin-bottom: 25px;
}
#store_instagram h2 a {
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
#store_instagram h2 a i {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 0.5em;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 5px;
}
@media only screen and (max-width:766px) {
  #store_instagram h2 a i {
    top: 4px;
  }
}
#store_instagram ul li {
  padding: 0 15px;
}
@media only screen and (max-width:766px) {
  #store_instagram ul li {
    padding: 0 10px;
  }
}

#sbi_images {
  display: block !important;
}
#sbi_images .slick-list {
  height: auto !important;
}
#sbi_images .sbi_item {
  width: 100%;
  padding: 0 15px;
}
@media only screen and (max-width:766px) {
  #sbi_images .sbi_item {
    padding: 0 10px;
  }
}
#sbi_images .sbi_item .sbi_photo_wrap a.sbi_photo {
  height: auto !important;
  position: relative;
}
#sbi_images .sbi_item .sbi_photo_wrap a.sbi_photo .fa-clone {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: right;
}
#sbi_images .sbi_item .sbi_photo_wrap a.sbi_photo img {
  height: auto !important;
}

#store_link {
  padding: 0 20px;
  text-align: center;
}
#store_link p {
  margin-bottom: 1.5em;
}
#store_link ul li a {
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
}

/* CONTACT
-------------------------------------------------------------- */
#contact_cont #contact_text {
  margin-bottom: 3em;
}
#contact_cont #contact_list li {
  border-bottom: 1px solid #4D4D4D;
  padding: 0 20px 5px 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_list li {
    padding: 0 10px 5px 10px;
  }
}
#contact_cont #contact_list li:last-child {
  margint-bottom: 0;
  border: none;
}
#contact_cont #contact_list li input, #contact_cont #contact_list li select, #contact_cont #contact_list li textarea, #contact_cont #contact_list li option {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4D4D4D;
}
#contact_cont #contact_list li input::-webkit-input-placeholder, #contact_cont #contact_list li select::-webkit-input-placeholder, #contact_cont #contact_list li textarea::-webkit-input-placeholder, #contact_cont #contact_list li option::-webkit-input-placeholder {
  color: #4D4D4D;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
#contact_cont #contact_list li input::-moz-placeholder, #contact_cont #contact_list li select::-moz-placeholder, #contact_cont #contact_list li textarea::-moz-placeholder, #contact_cont #contact_list li option::-moz-placeholder {
  color: #4D4D4D;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
#contact_cont #contact_list li input:-ms-input-placeholder, #contact_cont #contact_list li select:-ms-input-placeholder, #contact_cont #contact_list li textarea:-ms-input-placeholder, #contact_cont #contact_list li option:-ms-input-placeholder {
  color: #4D4D4D;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
#contact_cont #contact_list li input::-ms-input-placeholder, #contact_cont #contact_list li select::-ms-input-placeholder, #contact_cont #contact_list li textarea::-ms-input-placeholder, #contact_cont #contact_list li option::-ms-input-placeholder {
  color: #4D4D4D;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
#contact_cont #contact_list li input::placeholder, #contact_cont #contact_list li select::placeholder, #contact_cont #contact_list li textarea::placeholder, #contact_cont #contact_list li option::placeholder {
  color: #4D4D4D;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
#contact_cont #contact_list li input::-moz-placeholder, #contact_cont #contact_list li select::-moz-placeholder, #contact_cont #contact_list li textarea::-moz-placeholder, #contact_cont #contact_list li option::-moz-placeholder {
  color: #4D4D4D;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 1;
}
#contact_cont #contact_list li input:-ms-input-placeholder, #contact_cont #contact_list li select:-ms-input-placeholder, #contact_cont #contact_list li textarea:-ms-input-placeholder, #contact_cont #contact_list li option:-ms-input-placeholder {
  color: #4D4D4D;
  font-weight: normal;
}
#contact_cont #contact_list li input::-webkit-input-placeholder, #contact_cont #contact_list li select::-webkit-input-placeholder, #contact_cont #contact_list li textarea::-webkit-input-placeholder, #contact_cont #contact_list li option::-webkit-input-placeholder {
  color: #4D4D4D;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
#contact_cont #contact_list li select {
  background-image: url("../images/common/arrow_b.svg");
  background-repeat: no-repeat;
  background-size: 12px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 0px center; /* 画像の位置 */
  font-size: 14px;
  font-size: 0.875rem;
}
#contact_cont #contact_list li textarea {
  height: 200px;
}
#contact_cont #contact_list li #send_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_list li #send_wrap {
    display: block;
  }
}
#contact_cont #contact_list li #send_wrap #send_bt {
  width: 38%;
}
#contact_cont #contact_list li #send_wrap #send_bt input[type=submit] {
  display: block;
  border: 1px solid #4D4D4D;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
#contact_cont #contact_list li #send_wrap #send_bt input[type=submit]:hover {
  opacity: 0.2;
  cursor: pointer;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_list li #send_wrap #send_bt {
    width: 100%;
  }
}
#contact_cont #contact_list li #send_wrap #send_privacy {
  width: 62%;
  padding-left: 30px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5em;
}
#contact_cont #contact_list li #send_wrap #send_privacy p {
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  #contact_cont #contact_list li #send_wrap #send_privacy {
    width: 100%;
    padding-left: 0;
    padding-top: 2em;
  }
}

/* WORDPRESS
-------------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 80px;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  margin: 0px !important;
  padding: 0px 12px !important;
  line-height: 1em !important;
  border-right: 1px solid #4D4D4D !important;
  border-left: 1px solid #4D4D4D !important;
  margin-right: -1px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
}
.wp-pagenavi span.current {
  position: relative;
}
@media only screen and (max-width:766px) {
  .wp-pagenavi span.current {
    padding-bottom: 5px !important;
  }
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  border: none !important;
}

@media only screen and (max-width:1023px) {
  .slick-arrow {
    width: 7px;
    height: 14px;
    top: auto;
    bottom: -37px;
  }
}
.slick-arrow:hover {
  opacity: 1 !important;
  cursor: pointer;
}
.slick-arrow:focus {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.2);
}
.slick-arrow:before {
  display: none;
}
.slick-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 51px;
  background-repeat: no-repeat;
  background-size: 26px auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width:1023px) {
  .slick-arrow:after {
    width: 7px;
    height: 14px;
    background-size: 7px auto;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.slick-next {
  right: -40px;
}
.slick-next:after {
  background-image: url(../images/common/arrow_r.svg);
}
@media only screen and (max-width:1023px) {
  .slick-next:after {
    background-image: url(../images/common/arrow_rs002.svg);
  }
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
  .slick-next {
    right: -25px;
  }
}
@media only screen and (max-width:1023px) {
  .slick-next {
    right: 35px;
  }
}

.slick-prev {
  left: -45px;
  z-index: 10 !important;
}
.slick-prev:after {
  background-image: url(../images/common/arrow_l.svg);
}
@media only screen and (max-width:766px) {
  .slick-prev:after {
    background-image: url(../images/common/arrow_ls002.svg);
  }
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
  .slick-prev {
    left: -30px;
  }
}
@media only screen and (max-width:1023px) {
  .slick-prev {
    left: 35px;
  }
}

#sbi_images .slick-arrow {
  height: 100%;
  top: 0;
  width: 16%;
  -webkit-transform: none;
          transform: none;
  text-indent: -999999px;
}
#sbi_images .slick-arrow:hover {
  opacity: 1 !important;
  cursor: pointer;
}
#sbi_images .slick-arrow:focus {
  opacity: 0 !important;
}
#sbi_images .slick-arrow:after {
  display: none;
}
#sbi_images .slick-next {
  right: 0px;
}
#sbi_images .slick-prev {
  left: 0px;
  z-index: 10;
}

.slick-dots {
  bottom: 15px;
}
.slick-dots li button {
  width: 14px;
}
.slick-dots li button:before {
  font-size: 16px;
  color: #fff;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-disabled {
  display: none !important;
}

.wpcf7-spinner {
  display: block !important;
  margin: 0 auto !important;
}
.wpcf7-spinner:before {
  left: 0 !important;
}

.wpcf7-response-output {
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width:766px) {
  .wpcf7-response-output {
    text-align: left !important;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}