@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
/* flexbox */
/* メディアクエリ */
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 896px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0;
}
.not_found_container > p {
  color: #333;
  padding: 30px 0;
}
.not_found_container > p span {
  color: #de0515;
  display: block;
}

/*****************************************************

 リセット
 
*****************************************************/
fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

q:before, q:after {
  content: '';
}

main, article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
  margin: 0;
  padding: 0;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none;
}

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

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, a, figure {
  margin: 0;
  padding: 0;
}

/* フォームのリセット */
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* フロートクリア */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1rem;
  font-family: 'Zen Kaku Gothic New', sans-serif , 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: 500;
  color: #604C3F;
  line-height: 1.65;
  letter-spacing: 1px;
  overflow-x: hidden;
}

.inner {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  padding: 0 1%;
  box-sizing: content-box;
  /*text-align:justify;*/
}

.sp_nav {
  visibility: hidden;
}

h1:not(#top_h1) {
  font-family: 'Zen Old Mincho', serif;
  font-size: 40px;
  color: #604C3F;
  font-weight: bold;
}

h2 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 36px;
  color: #604C3F;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}

.front_page h2::before, .contact_wrap h2::before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 39px;
  height: 36px;
  background: url("../images/common/h2_icon.png") center/cover no-repeat;
  vertical-align: -10%;
}

.lv1_page h2 {
  text-align: center;
}
.lv1_page h2 span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #604C3F;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: -20%;
  z-index: 0;
}
.lv1_page h2 span::before {
  content: '';
  width: 39px;
  height: 36px;
  background: url("../images/common/h2_icon.png") center/cover no-repeat;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.epi h2 span {
  margin-right: 30px;
  z-index: 0;
}

h3 {
  font-size: 26px;
  color: #374152;
  font-family: 'Zen Old Mincho', serif;
  margin-bottom: 40px;
}

h4 {
  font-size: 21px;
  color: #647480;
  font-weight: bold;
  margin-bottom: 20px;
}

section {
  padding: 80px 0;
}
section:nth-of-type(even) {
  background: #F7F9FB;
}

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

* {
  box-sizing: border-box;
}

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.txt_indent {
  padding-left: 16px;
  text-indent: -16px;
}

.link_btn {
  display: block;
  width: 384px;
  margin: 40px auto;
  border: 1px solid #374152;
  padding: 20px;
  box-sizing: border-box;
  color: #165f9b;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}
.link_btn:hover {
  background: #cedfef;
  border: 1px solid #cedfef;
  transition: .2s;
  /*color:#fff;*/
}
.link_btn:hover::after {
  /*color:#fff;*/
  transition: .2s;
}

#voice {
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important;
  }

  #menu {
    visibility: hidden;
  }
}
@media screen and (max-width: 896px) {
  html {
    font-size: 14px;
  }

  h1:not(#top_h1) {
    font-size: 26px;
  }

  h2 {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .front_page h2::before {
    width: 39px;
    height: 36px;
    margin-right: 10px;
    vertical-align: -16%;
  }

  .lv1_page h2 span {
    position: relative;
    top: 10px;
    font-size: 13px;
  }

  .lv1_page h2 span::before {
    width: 29px;
    height: 27px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 16px;
  }

  section {
    padding: 40px 0;
  }
  section:last-of-type {
    padding: 40px 0;
  }

  .sp_none {
    display: none !important;
  }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .sp_menu i {
    font-size: 30px;
    color: #604c3f;
  }

  .sp_nav {
    visibility: visible;
  }

  .link_btn {
    width: 100%;
  }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important;
  }

  #mm-1 > ul > li:nth-child(6) > a {
    background: #383435;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto;
  }

  #mm-1 > ul > li:nth-child(6) {
    margin-top: 20px;
  }

  #mm-1 > ul > li:nth-child(6)::after {
    border: none;
  }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #d34471;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0;
  }
}
@media print {
  .pc_none {
    display: none !important;
  }

  .sp_none {
    display: none !important;
  }
}
/*****************************************************

 Animation
 
*****************************************************/
.fadein {
  opacity: 0;
  transition: opacity .8s;
}

.scrollin {
  opacity: 1;
}

/*****************************************************

 Header
 
*****************************************************/
.global_header {
  width: 100%;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /*max-width:1440px;*/
  padding: 0 2%;
  margin: 0 auto;
  min-width: 1120px;
}
.global_header .logo_container {
  width: 126px;
}
.global_header .logo_container img {
  vertical-align: -20%;
}
.global_header nav {
  width: 80%;
}
.global_header nav > ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.global_header nav > ul > li {
  font-family: 'Zen Old Mincho', serif;
  font-size: 21px;
  font-weight: 700;
  color: #604c3f;
  position: relative;
  margin-left: 50px;
}
.global_header nav > ul > li:first-of-type {
  margin-left: 0;
}
.global_header nav > ul > li a {
  font-family: 'Zen Old Mincho', serif;
  font-size: 21px;
  font-weight: 700;
  color: #604c3f;
  transition: .2s;
  text-decoration: none;
}
.global_header nav > ul > li a:hover {
  color: #aa101d;
  transition: .2s;
}
.global_header nav > ul > li > ul {
  background-color: #fff;
  display: none;
  list-style: none;
  padding-left: 1rem;
  position: absolute;
  top: 30px;
  left: calc(( 200px - 100% ) / -2 );
  width: 260px;
  cursor: pointer;
  padding: 20px;
  box-sizing: border-box;
}
.global_header nav > ul > li > ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #604c3f;
}
.global_header nav > ul > li > ul > li:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.global_header nav > ul > li > ul > li:first-of-type {
  margin-top: 10px;
}
.global_header nav > ul > li > ul > li a {
  text-decoration: none;
  color: #604c3f;
}
.global_header nav > ul > li:hover > ul {
  display: block;
}
.global_header nav > ul > li:first-of-type ul {
  width: 50%;
}

@media screen and (max-width: 896px) {
  .global_header {
    height: 60px;
    min-width: 100%;
    padding: 0 2%;
  }

  .global_header .logo_container {
    width: 22%;
    max-width: 126px;
  }

  .global_header .logo_container img {
    vertical-align: -10%;
  }
}
/*****************************************************

 Footer
 
*****************************************************/
.global_footer {
  width: 100%;
  padding: 120px 0;
  background: url("../images/common/footer_bk.png") center/cover no-repeat;
}

.footer_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
.footer_container .footer_logo_copyright_item {
  width: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer_container .footer_logo_copyright_item figure {
  width: 90%;
  max-width: 128px;
  margin: 0 auto;
  position: relative;
}
.footer_container .footer_logo_copyright_item figure img {
  position: absolute;
  top: -80px;
  margin: 0 auto;
}
.footer_container .footer_logo_copyright_item p {
  writing-mode: vertical-rl;
  color: #604C3F;
  margin-top: 200px;
}
.footer_container .footer_about_item {
  width: 28%;
  padding-left: 20px;
}
.footer_container .footer_about_item p {
  font-weight: 600;
  margin-top: 20px;
}
.footer_container .footer_about_item p span {
  font-size: 18px;
  color: #647480;
  font-weight: bold;
  display: block;
}
.footer_container .footer_about_item p:first-of-type {
  margin-top: 0;
  color: #374152;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
}
.footer_container .footer_about_item p a {
  text-decoration: none;
  color: #604C3F;
}
.footer_container .footer_about_item figure {
  width: 120px;
  max-width: 120px;
}
.footer_container .footer_map_item {
  width: 60%;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.page-top p {
  text-align: center;
  display: block;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background: linear-gradient(to right bottom, #FEF9E5 0%, #fed6e3 100%);
  color: #FFF;
  opacity: 0.5;
  transition: all  0.5s ease;
}
.page-top a {
  text-decoration: none;
  background: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
  color: #FFF;
}
.page-top a:hover {
  text-decoration: none;
}
.page-top a p:hover {
  opacity: 1;
  transition: all  0.5s ease;
}
.page-top a i {
  margin-top: 13px;
  font-size: 35px;
}

@media screen and (max-width: 896px) {
  .global_footer {
    padding: 40px 0;
  }

  .footer_container .footer_about_item, .footer_container .footer_map_item {
    width: 100%;
    padding: 0 1%;
  }

  .footer_container .footer_about_item {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer_container .footer_about_item figure {
    margin: 0 auto;
  }

  .footer_container .footer_logo_copyright_item figure {
    display: none;
    width: 14%;
  }

  .footer_container .footer_logo_copyright_item p {
    writing-mode: rl;
    font-size: 14px;
    margin-top: 60px;
  }

  .footer_container .footer_logo_copyright_item {
    width: 100%;
    order: 3;
    padding: 0 2%;
  }

  .footer_container .footer_about_item p span {
    font-size: 16px;
  }
}
/*****************************************************

 アーカイブページ
 
*****************************************************/
.news_archive_container, .campaign_container {
  width: 87.5%;
  margin: 0 auto;
}
.news_archive_container article, .campaign_container article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  transition: .3s;
  padding: 20px 0;
  border-bottom: 1px solid #647480;
}
.news_archive_container article a, .campaign_container article a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news_archive_container article:hover, .campaign_container article:hover {
  opacity: .7;
  transition: .3s;
}
.news_archive_container article p, .campaign_container article p {
  width: 10%;
}
.news_archive_container article figure, .campaign_container article figure {
  width: 15%;
  height: 150px;
}
.news_archive_container article figure img, .campaign_container article figure img {
  height: 100%;
}
.news_archive_container article > div, .campaign_container article > div {
  width: 70%;
}
.news_archive_container article > div p:first-of-type, .campaign_container article > div p:first-of-type {
  width: 100%;
}
.news_archive_container article > div p:first-of-type span, .campaign_container article > div p:first-of-type span {
  font-size: 18px;
  color: #647480;
  margin-right: 10px;
}
.news_archive_container article > div p:first-of-type span:first-of-type, .campaign_container article > div p:first-of-type span:first-of-type {
  width: 6%;
  padding: 2px 8px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.news_archive_container article > div p:nth-of-type(2), .campaign_container article > div p:nth-of-type(2) {
  width: 100%;
}
.news_archive_container article > div p:first-of-type span:first-of-type.news, .campaign_container article > div p:first-of-type span:first-of-type.news {
  background: #A9C0D7;
}
.news_archive_container article > div p:first-of-type span:first-of-type.blog, .campaign_container article > div p:first-of-type span:first-of-type.blog {
  background: #FFC500;
}

.campaign_container article p {
  width: 10%;
}
.campaign_container article p:nth-of-type(2) {
  width: 55%;
}
.campaign_container article p:nth-of-type(2) span {
  font-size: 18px;
  color: #647480;
  display: block;
  margin-bottom: 10px;
}
.campaign_container article figure {
  width: 30%;
}
.campaign_container article figure img {
  border-radius: 10px;
}

/* ページャー
----------------------------------------------------*/
.pager {
  padding: 80px 0;
  width: 100%;
  position: relative;
  text-align: center;
}
.pager .page-numbers {
  display: inline-block;
  margin: 12px 0 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  border: 2px #647480 solid;
  color: #647480;
  background: #fff;
  transition: .3s;
}
.pager .page-numbers:hover {
  background: #FFF;
  border: 2px #B70E23 solid;
  color: #B70E23;
  opacity: 1;
  transition: .3s;
}
.pager a {
  text-decoration: none;
}
.pager .current {
  background: #647480;
  border: 2px #647480 solid;
  color: #FFF;
}

@media screen and (max-width: 896px) {
  .news_archive_container, .campaign_container {
    width: 100%;
  }

  .news_archive_container article p, .campaign_container article p, .news_archive_container article p:nth-of-type(2), .campaign_container article p:nth-of-type(2) {
    width: 100%;
  }

  .news_archive_container article > span {
    width: auto;
    margin: 4px 0;
  }

  .campaign_container article figure {
    width: 100%;
    margin: 10px 0;
  }
}
/*****************************************************

 シングルページ
 
*****************************************************/
/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 20px 0;
}
.editor_area img {
  max-width: 100%;
  margin: 20px 0;
  border: none !important;
  width: auto;
  height: auto;
  /*min-width:50%;*/
}
.editor_area .size-thumbnail {
  width: 32% !important;
  margin-right: 16px !important;
}
.editor_area .size-thumbnail:nth-of-type(3n) {
  margin-right: 0 !important;
}
.editor_area .size-medium {
  width: 49% !important;
  margin-right: 15px !important;
}
.editor_area .size-medium:nth-of-type(2n) {
  margin-right: 0 !important;
}
.editor_area .size-large {
  width: 100% !important;
}
.editor_area p {
  margin-top: 16px;
  color: #444;
  word-break: break-all;
}
.editor_area strong {
  font-weight: 700;
}
.editor_area em {
  font-style: italic;
}
.editor_area ul {
  margin-top: 24px;
  list-style: disc;
  padding-left: 4.2rem;
}
.editor_area ul li {
  margin-top: 8px;
}
.editor_area ul li:first-child {
  margin-top: 0;
}
.editor_area ol {
  margin-top: 24px;
  list-style: decimal;
  padding-left: 4.2rem;
}
.editor_area ol li {
  margin-top: 8px;
}
.editor_area ol li:first-child {
  margin-top: 0;
}
.editor_area hr {
  border-top: 1px #cccccc dotted;
  margin-top: 32px;
  margin-bottom: 32px;
}
.editor_area > h4 {
  margin: 12px 0;
  color: #444;
}
.editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
  margin-top: 10px;
}
.editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
  margin-top: 10px;
}
.editor_area a {
  /*text-decoration: none;*/
  color: #DE0515;
  margin: 10px 0;
}
.editor_area blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  width: 80%;
  margin: 30px auto;
}
.editor_area 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;
}
.editor_area blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.editor_area blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.editor_area table {
  border: 1px solid #333;
  max-width: 100%;
  padding: 4px;
  box-sizing: border-box;
  border-collapse: collapse;
}
.editor_area table tr {
  border-bottom: 1px solid #333;
}
.editor_area table td {
  border-right: 1px solid #333;
  padding: 6px;
  box-sizing: border-box;
  /*&:last-of-type {border:none;}*/
}

@media screen and (max-width: 896px) {
  .editor_area .size-thumbnail {
    width: 30% !important;
  }

  .editor_area .size-medium {
    width: 47.78% !important;
    margin: 0 0 10px !important;
  }

  .editor_area {
    padding-bottom: 40px;
  }
}
/*****************************************************

 home
 
*****************************************************/
.home_cover_wrap {
  width: 100%;
  background: url("../images/common/section_bk.png") center bottom/auto no-repeat;
}

.main_cover {
  /*max-width:79.6875%;*/
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 2%;
}
.main_cover .cover_item {
  width: 50%;
  height: 1000px;
  max-height: 1000px;
  padding-top: 40px;
}
.main_cover .cover_item figure {
  width: 80%;
  max-width: 277px;
  margin: 0 auto 40px;
}
.main_cover .cover_item p {
  font-size: 18px;
  color: #604C3F;
  text-align: center;
  font-weight: 600;
}
.main_cover .cover_item p:nth-of-type(2) {
  font-family: 'Zen Old Mincho', serif;
  font-size: 2.0vw;
  font-weight: bold;
  margin-bottom: 40px;
}
.main_cover .cover_item p:nth-of-type(4) {
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.8vw;
  font-weight: bold;
  margin: 20px 0;
}
.main_cover .cover_item:nth-of-type(2) {
  background: url("../images/home/cover01.jpg") center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .home_cover_wrap {
    background-size: cover;
  }

  .main_cover {
    padding: 0;
    flex-direction: column-reverse;
  }

  .main_cover .cover_item {
    width: 100%;
  }

  .main_cover .cover_item:first-of-type {
    height: auto;
    padding: 40px 0;
    margin-top: -180px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .main_cover .cover_item figure {
    width: 40%;
    margin: 0 auto 30px;
  }

  .main_cover .cover_item p {
    font-size: 3.2vw;
  }

  .main_cover .cover_item p:nth-of-type(2) {
    font-size: 5vw;
    margin-bottom: 20px;
  }

  .main_cover .cover_item p:nth-of-type(4) {
    font-size: 5vw;
    margin: 20px 0;
  }

  .main_cover .cover_item:nth-of-type(2) {
    height: 100vh;
  }
}
/* news
----------------------------------------------------*/
.top_news_wrap, .top_concept_wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.top_news_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 80px 1% 0;
}

.top_concept_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 120px 1% 60px;
}

.top_news_container {
  width: 48.6%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #fff;
  padding: 40px;
}
.top_news_container .top_news_item {
  width: 74%;
}
.top_news_container .top_news_item article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #647480;
  padding: 28px 0 22px;
  position: relative;
  z-index: 0;
  transition: .3s;
}
.top_news_container .top_news_item article a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top_news_container .top_news_item article:hover {
  opacity: .7;
  transition: .3s;
}
.top_news_container .top_news_item article span {
  color: #604C3F;
  font-weight: 600;
  text-transform: uppercase;
}
.top_news_container .top_news_item article span:nth-of-type(2) {
  padding: 2px 8px;
  font-size: 14px;
  color: #fff;
}
.top_news_container .top_news_item article span.news {
  background: #A9C0D7;
}
.top_news_container .top_news_item article span.blog {
  background: #FFC500;
}
.top_news_container .top_news_item article p {
  width: 62%;
}
.top_news_container .top_news_item:first-of-type {
  width: 20%;
}
.top_news_container .top_news_item:first-of-type figure {
  width: auto;
}
.top_news_container .top_news_item:first-of-type figure img {
  display: block;
  width: auto;
  margin: 0 auto 8px;
}
.top_news_container .top_news_item:first-of-type figure figcaption {
  color: #604C3F;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
  text-align: center;
}
.top_news_container .top_news_item:first-of-type a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  background: #647480;
  border-radius: 20px;
  padding: 2px 10px;
  margin: 20px 0 0;
  text-align: center;
}
.top_news_container .top_campaign_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top_news_container .top_campaign_item article {
  width: 47%;
  position: relative;
  z-index: 0;
  transition: .3s;
}
.top_news_container .top_campaign_item article a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top_news_container .top_campaign_item article:hover {
  opacity: .7;
  transition: .3s;
}
.top_news_container .top_campaign_item article figure {
  width: 100%;
  height: 180px;
}
.top_news_container .top_campaign_item article figure img {
  height: 100%;
  border-radius: 10px;
}
.top_news_container .top_campaign_item:first-of-type {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.top_news_container .top_campaign_item:first-of-type figure {
  width: 69%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.top_news_container .top_campaign_item:first-of-type figure img {
  width: auto;
  margin-right: 10px;
}
.top_news_container .top_campaign_item:first-of-type figure figcaption {
  display: inline-block;
  color: #604C3F;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
}
.top_news_container .top_campaign_item:first-of-type a {
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  background: #647480;
  border-radius: 20px;
  padding: 2px 10px;
}

.top_concept_wrap > div {
  width: 48.61%;
}
.top_concept_wrap > div figure {
  max-width: 700px;
}
.top_concept_wrap > div span {
  display: block;
  margin-bottom: 30px;
  font-size: 21px;
  color: #647480;
  font-weight: bold;
}
.top_concept_wrap > div h2::before {
  background: url("../images/common/h2_icon_r.png") center/cover no-repeat;
  height: 47px;
  vertical-align: -16%;
}
.top_concept_wrap .top_concept_item p, .top_concept_wrap .top_concept_item span {
  line-height: 34px;
  text-align: center;
}
.top_concept_wrap .top_concept_item > div {
  width: 80%;
}
.top_concept_wrap .top_concept_item > div h2 {
  text-align: center;
}

@media screen and (max-width: 896px) {
  .top_news_container .top_news_item, .top_news_container .top_news_item:first-of-type {
    width: 100%;
  }

  .top_news_container .top_news_item:first-of-type a {
    width: 60%;
    margin: 20px auto 0;
  }

  .top_news_container .top_news_item article p {
    width: 100%;
    margin-top: 8px;
  }

  .top_news_container .top_campaign_item:first-of-type figure {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .top_news_container .top_campaign_item:first-of-type a {
    display: block;
    width: 60%;
    margin: 20px auto;
    text-align: center;
  }

  .top_news_container .top_campaign_item article figure {
    height: 120px;
  }

  .top_news_wrap {
    padding: 40px 4% 0;
  }

  .top_concept_wrap {
    padding: 40px 4% 40px;
  }

  .top_concept_wrap h2 {
    text-align: center;
  }

  .top_concept_wrap .top_concept_item > div {
    width: 100%;
  }

  .top_concept_wrap div h2::before {
    height: 38px;
  }

  .top_concept_wrap div span {
    font-size: 16px;
  }

  .top_news_container {
    width: 100%;
    padding: 20px;
  }

  .top_concept_wrap div {
    width: 100%;
  }
  .top_concept_wrap div figure {
    margin-bottom: 20px;
  }
}
/* 特徴
----------------------------------------------------*/
.top_features_wrap {
  width: 100%;
  padding: 80px 0;
  background: #F7F9FB;
}
.top_features_wrap .top_features_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 80px;
}
.top_features_wrap .top_features_container .top_features_item {
  width: 30%;
}
.top_features_wrap .top_features_container .top_features_item figure {
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}
.top_features_wrap .top_features_container .top_features_item figure figcaption {
  position: absolute;
  top: -72px;
  left: 10px;
  font-family: 'Corinthia', cursive;
  font-weight: bold;
  font-size: 40px;
  color: #647480;
}
.top_features_wrap .top_features_container .top_features_item figure figcaption span {
  font-size: 80px;
  color: #B70E23;
  margin-right: 10px;
}
.top_features_wrap .top_features_container .top_features_item p {
  font-weight: 500;
}
.top_features_wrap .top_features_container .top_features_item p:first-of-type {
  font-size: 18px;
  font-weight: bold;
  color: #647480;
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .top_features_wrap {
    padding: 40px 0;
  }

  .top_features_wrap .top_features_container .top_features_item {
    width: 100%;
    margin-bottom: 60px;
  }
  .top_features_wrap .top_features_container .top_features_item:last-of-type {
    margin-bottom: 0;
  }

  .top_features_wrap .top_features_container .top_features_item figure {
    max-width: 100%;
  }

  .top_features_wrap .top_features_container .top_features_item p:first-of-type {
    font-size: 16px;
  }
}
/* メニュー
----------------------------------------------------*/
.top_menu_wrap {
  width: 100%;
  padding: 80px 0;
}
.top_menu_wrap .top_menu_summary_wrap {
  width: 100%;
  height: 630px;
  position: relative;
}
.top_menu_wrap .top_menu_summary_wrap::before {
  content: '';
  background: url("../images/home/top_menu_img.jpg?20231030") right/auto no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
  z-index: -10;
}
.top_menu_wrap .top_menu_summary_wrap .top_menu_summary_container {
  width: 48.21%;
  margin-left: 600px;
}
.top_menu_wrap .top_menu_summary_wrap .top_menu_summary_container h3 {
  font-size: 18px;
  color: #647480;
  font-weight: bold;
}
.top_menu_wrap .top_menu_summary_wrap .top_menu_summary_container h3:nth-of-type(n+2) {
  margin-top: 60px;
}
.top_menu_wrap .top_menulist_wrap {
  margin-top: 80px;
}
.top_menu_wrap .top_menulist_wrap h3::before {
  content: '';
  display: inline-block;
  width: 55px;
  height: 45px;
  background: url("../images/common/h3_icon.png") center/cover no-repeat;
  margin-right: 10px;
}
.top_menu_wrap .top_menulist_wrap .top_menulist_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.top_menu_wrap .top_menulist_wrap .top_menulist_container .top_menulist_item {
  width: 30%;
}
.top_menu_wrap .top_menulist_wrap .top_menulist_container .top_menulist_item figure {
  width: 100%;
  margin: 0 0 10px;
}
.top_menu_wrap .top_menulist_wrap .top_menulist_container .top_menulist_item figure img {
  border-radius: 10px;
}
.top_menu_wrap .top_menulist_wrap .top_menulist_container .top_menulist_item h4 {
  font-size: 18px;
  font-weight: bold;
  color: #647480;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.top_menu_wrap .top_menulist_wrap .top_menulist_container .top_menulist_item h4::before {
  content: '';
  width: 1px;
  height: 80px;
  background: #FFC500;
  position: absolute;
  bottom: -10px;
  left: 16px;
}
.top_menu_wrap .top_menulist_wrap .top_menulist_container + .link_btn {
  margin-bottom: 80px;
}
.top_menu_wrap .top_menulist_wrap .omotenashi {
  width: 78%;
  padding: 20px;
  border: 1px solid #604C3F;
  height: 208px;
  margin: 80px auto 0;
  background: url("../images/home/top_omotenashi_bk.jpg") right/auto no-repeat;
}
.top_menu_wrap .top_menulist_wrap .omotenashi h3 {
  margin-bottom: 20px;
}
.top_menu_wrap .top_menulist_wrap .omotenashi h3::before {
  width: 46px;
  height: 46px;
  background: url("../images/common/h3_icon_f.png") center/cover no-repeat;
  vertical-align: -30%;
}

@media screen and (max-width: 896px) {
  .top_menu_wrap {
    padding: 40px 0;
  }

  .top_menu_wrap .top_menu_summary_wrap {
    height: auto;
  }

  .top_menu_wrap .top_menu_summary_wrap::before {
    background-size: cover;
    height: 240px;
    transform: translateX(0%);
    top: 70px;
  }

  .top_menu_wrap .top_menu_summary_wrap .top_menu_summary_container {
    width: 100%;
    margin-left: 0;
  }

  .top_menu_wrap .top_menu_summary_wrap .top_menu_summary_container h3:first-of-type {
    margin-top: 300px;
  }

  .top_menu_wrap .top_menulist_wrap .top_menulist_container .top_menulist_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .top_menu_wrap .top_menulist_wrap .top_menulist_container .top_menulist_item:last-of-type {
    margin-bottom: 0;
  }

  .top_menu_wrap .top_menulist_wrap .omotenashi {
    width: 100%;
    height: auto;
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../images/home/top_omotenashi_bk.jpg") center/cover no-repeat;
  }

  .top_menu_wrap .top_menulist_wrap .omotenashi h3 {
    padding-left: 56px;
    text-indent: -56px;
  }

  .top_menu_wrap .top_menulist_wrap h3::before {
    width: 44px;
    height: 36px;
    margin-bottom: -20px;
  }

  .top_menu_wrap .top_menulist_wrap .top_menulist_container .top_menulist_item h4 {
    font-size: 16px;
  }
}
/* お問い合わせ
----------------------------------------------------*/
.contact_wrap {
  width: 100%;
  padding: 80px 0;
}
.contact_wrap .contact_txt_container {
  width: 94.64%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}
.contact_wrap .contact_txt_container p span {
  color: #B70E23;
  font-weight: bold;
}
.contact_wrap .contact_txt_container p:first-of-type {
  width: 54%;
  letter-spacing: 0;
}
.contact_wrap .contact_txt_container p:last-of-type {
  width: 44.15%;
  font-weight: bold;
  background: #E1ECF1;
  text-align: center;
  padding: 10px 0;
  border-radius: 25px;
  position: relative;
}
.contact_wrap .contact_txt_container p:last-of-type::before {
  content: '';
  background: url("../images/common/first_icon.png") no-repeat;
  width: 36px;
  height: 54px;
  margin-right: 10px;
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.contact_wrap .contact_box_container {
  width: 94.64%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
.contact_wrap .contact_box_container .contact_box_item {
  width: 50%;
  height: 200px;
  padding: 40px 0;
  position: relative;
  z-index: 0;
  transition: .3s;
}
.contact_wrap .contact_box_container .contact_box_item a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact_wrap .contact_box_container .contact_box_item > i {
  display: block;
  color: #647480;
  font-size: 36px;
  text-align: center;
}
.contact_wrap .contact_box_container .contact_box_item p {
  font-size: 18px;
  color: #647480;
  font-weight: bold;
  text-align: center;
}
.contact_wrap .contact_box_container .contact_box_item p i {
  margin-left: 8px;
}
.contact_wrap .contact_box_container .contact_box_item:first-of-type {
  background: #ECECEC;
  padding: 66px 0 50px;
}
.contact_wrap .contact_box_container .contact_box_item:nth-of-type(2) {
  background: #DAE1DF;
  padding: 66px 0 50px;
}
.contact_wrap .contact_box_container .contact_box_item:nth-of-type(3) {
  background: #E1ECF1;
  width: 100%;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0 40px;
}
.contact_wrap .contact_box_container .contact_box_item:nth-of-type(3) i {
  font-size: 52px;
  width: 80px;
  text-align: center;
}
.contact_wrap .contact_box_container .contact_box_item:nth-of-type(3) p {
  width: 60%;
  font-weight: 500;
}
.contact_wrap .contact_box_container .contact_box_item:hover {
  transition: .3s;
  background: #cedfef;
}
.contact_wrap .contact_box_container:nth-of-type(2) .contact_box_item:first-of-type p {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
}
.contact_wrap .contact_box_container:nth-of-type(3) h3 {
  width: 100%;
  margin-bottom: 20px;
}
.contact_wrap .contact_box_container:nth-of-type(3) .contact_box_item {
  height: auto;
  padding: 14px 0;
}
.contact_wrap .contact_box_container:nth-of-type(3) .contact_box_item p i {
  margin: 0 8px 0 0;
}

.front_page .contact_wrap {
  background: #F7F9FB;
}

@media screen and (max-width: 896px) {
  .contact_wrap {
    padding: 40px 0;
  }

  .contact_wrap .contact_txt_container p:first-of-type {
    width: 100%;
  }

  .contact_wrap .contact_txt_container p:last-of-type {
    width: 100%;
    margin-top: 40px;
    padding: 10px 0 10px 70px;
    border-radius: 15px;
    text-align: left;
  }

  .contact_wrap .contact_box_container .contact_box_item {
    width: 100%;
    height: auto;
  }

  .contact_wrap .contact_box_container .contact_box_item:nth-of-type(-n+2) {
    padding: 40px 0;
  }

  .contact_wrap .contact_box_container .contact_box_item:nth-of-type(3) i {
    width: 100%;
  }

  .contact_wrap .contact_box_container .contact_box_item:nth-of-type(3) p {
    width: 90%;
    margin-top: 10px;
    font-size: 14px;
  }
}
/* Instagram
----------------------------------------------------*/
.instagram_wrap {
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 896px) {
  .instagram_wrap {
    padding: 40px 0;
  }
}

.instagram_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.instagram_container li {
  width: 19%;
  margin: 0 1% 8px 0;
}
.instagram_container li:nth-of-type(5n) {
  margin: 0 0 8x;
}

@media screen and (max-width: 896px) {
  .instagram_container li {
    width: 23%;
    margin: 0 2% 4px 0;
  }

  .instagram_container li:nth-of-type(5n) {
    margin: 0 2% 4px 0;
  }

  .instagram_container li:nth-of-type(4n) {
    margin: 0 0 4px;
  }
}
/*****************************************************

 下層共通
 
*****************************************************/
/* lv1_cover
----------------------------------------------------*/
.lv1_cover {
  width: 100%;
  padding: 160px 90px;
  background: url("../images/common/lv1_cover_bk.png") center/cover no-repeat;
}

.breadcrumb_container {
  width: 100%;
  background: #FAF9F8;
  padding: 10px 10%;
  font-size: 15px;
  color: #647480;
}
.breadcrumb_container a {
  text-decoration: none;
  color: #647480;
}
.breadcrumb_container a:hover {
  text-decoration: underline;
}
.breadcrumb_container a i {
  margin: 0 8px;
}
.breadcrumb_container a i:first-of-type {
  margin: 0 8px 0 0;
}
.breadcrumb_container > i {
  margin: 0 8px;
}

@media screen and (max-width: 896px) {
  .lv1_cover {
    padding: 60px 2%;
    background-position: 30%;
  }

  .breadcrumb_container {
    padding: 10px 4%;
    font-size: 13px;
  }
}
/* メニュー表
----------------------------------------------------*/
.price_list {
  width: 796px;
  min-width: 700px;
  margin: 0 auto;
}
.price_list .sub_menu_title {
  font-size: 22px;
  font-family: 'Zen Old Mincho', serif;
  color: #374152;
  margin: 40px 0 0;
}
.price_list ul {
  margin-top: 20px;
}
.price_list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #647480;
  padding: 16px 8px;
}
.price_list ul li h4 {
  width: 46%;
  margin-bottom: 0;
  text-align: left;
}
.price_list ul li > p {
  font-size: 31px;
  font-weight: bold;
  text-align: right;
  width: calc(46.2% / 3);
}
.price_list ul li > p span {
  font-size: 16px;
}
.price_list ul li > p:nth-of-type(2) {
  font-size: 14px;
  text-align: center;
}
.price_list ul li > p:nth-of-type(2) span {
  display: block;
  font-size: 16px;
}
.price_list ul li > p:nth-of-type(3) {
  color: #ad0e23;
}
.price_list ul li > p.box_1col {
  width: auto;
}
.price_list ul li > div {
  width: 100%;
  margin-top: 10px;
}
.price_list ul li > div p {
  text-align: right;
}
.price_list ul li i {
  font-size: 21px;
  color: #647480;
}
.price_list .indent_annotation {
  width: 100%;
  text-align: left;
  margin: 10px 0 0;
  text-indent: -1em;
  padding-left: 1em;
}
.price_list .indent_annotation span {
  color: #ad0e23;
}

@media screen and (max-width: 896px) {
  .price_list {
    min-width: 100%;
    width: 100%;
  }

  .price_list ul + p {
    text-align: left;
  }

  .price_list ul li {
    padding: 20px 8px;
  }

  .price_list ul li h4 {
    width: 100%;
    margin-bottom: 6px;
    text-align: left;
  }

  .price_list ul li > p {
    font-size: 21px;
    width: calc(80% / 3);
  }

  .price_list ul li > p:nth-of-type(2) {
    line-height: 20px;
    font-size: 14px;
  }
  .price_list ul li > p:nth-of-type(2) span {
    font-size: 14px;
  }

  .price_list ul li > div p {
    text-align: left;
    margin-bottom: 8px;
    padding-left: 9px;
    text-indent: -9px;
  }
  .price_list ul li > div p::before {
    display: inline-block;
    font-family: 'Font Awesome 5 free';
    content: '\f192';
    font-weight: 900;
    color: #abcff1;
  }

  .price_list .indent_annotation {
    font-size: 13px;
  }
}
/* サービスフロー
----------------------------------------------------*/
.service_flow_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1%;
  min-width: 1280px;
}
.service_flow_container .service_flow_item {
  width: 15%;
  position: relative;
}
.service_flow_container .service_flow_item span {
  position: absolute;
  top: -25px;
  left: -10px;
  width: 50px;
  height: 50px;
  background: #786854;
  text-align: center;
  line-height: 50px;
  font-family: 'Corinthia', cursive;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
}
.service_flow_container .service_flow_item figure {
  width: 100%;
  margin: 0;
}
.service_flow_container .service_flow_item p:first-of-type {
  font-size: 18px;
  font-weight: bold;
  color: #647480;
  margin: 10px 0 0;
}
.service_flow_container > p {
  width: 100%;
  text-align: right;
  margin: 20px 0 0;
}

@media (min-width: 750px) and (max-width: 1024px) {
  .service_flow_container {
    min-width: 100%;
    padding: 0 4%;
  }

  .service_flow_container .service_flow_item {
    width: 48.21%;
    margin: 0 auto 40px;
  }

  .service_flow_container .service_flow_item span {
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    top: -15px;
  }
}
@media screen and (max-width: 750px) {
  .service_flow_container {
    min-width: 100%;
    padding: 0 4%;
    flex-direction: column;
  }

  .service_flow_container .service_flow_item {
    width: 90%;
    margin: 20px auto;
  }

  .service_flow_container .service_flow_item p:first-of-type {
    margin: 4px 0 0;
  }

  .service_flow_container .service_flow_item span {
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    top: -15px;
  }

  .service_flow_container > p {
    text-align: center;
  }

  .service_flow_container .service_flow_item p:first-of-type {
    font-size: 16px;
  }

  .epi_machine_wrap .epi_machine_container .point_ttl h3 {
    font-size: 18px;
  }
}
/*****************************************************

 about
 
*****************************************************/
/* コンセプト
----------------------------------------------------*/
.concept_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.concept_container p {
  text-align: center;
  line-height: 34px;
}
.concept_container p span {
  display: block;
  margin-bottom: 30px;
  font-size: 21px;
  color: #647480;
  font-weight: bold;
}
.concept_container figure {
  width: 146px;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 896px) {
  .concept_container p {
    text-align: left;
  }

  .concept_container figure {
    margin: 20px 0 0;
  }
}
/* ご挨拶
----------------------------------------------------*/
.greeting_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 190px;
  padding: 0 2%;
}
.greeting_container p {
  width: 68%;
}
.greeting_container div {
  width: 30%;
  position: relative;
}
.greeting_container div::after {
  content: '';
  background: url("../images/about/greeting_img.png") center/auto no-repeat;
  width: 470px;
  height: 460px;
  position: absolute;
}

.profile_container {
  margin: -260px auto 60px;
  background: #fff;
  padding: 26px;
  width: 1008px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.profile_container > p {
  width: 100%;
  font-size: 18px;
  color: #647480;
  font-weight: bold;
  margin-bottom: 20px;
}
.profile_container > p span {
  font-size: 21px;
  margin-left: 12px;
}
.profile_container figure {
  width: 27%;
  margin: 0;
}
.profile_container .profile_item {
  width: 71%;
}
.profile_container .profile_item table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.profile_container .profile_item table tr {
  border-bottom: 1px solid #647480;
}
.profile_container .profile_item table tr:last-of-type {
  border: none;
}
.profile_container .profile_item table th {
  width: 26%;
  color: #647480;
  padding: 20px 0;
  vertical-align: top;
}
.profile_container .profile_item table td {
  width: 74%;
  color: #604C3F;
  padding: 20px 0;
  letter-spacing: 0;
}
.profile_container .epimaster_box {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid #647480;
}
.profile_container .epimaster_box p {
  width: 79%;
  color: #604C3F;
  letter-spacing: 0;
  font-size: 15px;
}
.profile_container .epimaster_box p:first-of-type {
  width: 100%;
  margin-bottom: 8px;
}
.profile_container .epimaster_box p:first-of-type i {
  color: #A8BFD6;
  font-size: 35px;
  margin-right: 20px;
  vertical-align: -20%;
}
.profile_container .epimaster_box a {
  width: 128px;
  text-decoration: none;
  position: relative;
}
.profile_container .epimaster_box a::before {
  font-family: 'Font Awesome 5 free';
  content: '\f00e';
  font-weight: 900;
  font-size: 20px;
  color: #A8BFD6;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

@media screen and (max-width: 896px) {
  .greeting_container {
    flex-direction: column-reverse;
  }

  .greeting_container p {
    width: 100%;
  }

  .greeting_container div {
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
  }

  .greeting_container div::after {
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .profile_container {
    width: 100%;
  }

  .profile_container > p {
    text-align: center;
    font-size: 16px;
  }

  .profile_container > p span {
    display: block;
    margin-left: 0;
  }

  .profile_container figure {
    width: 100%;
  }

  .profile_container .profile_item {
    width: 100%;
    margin-top: 20px;
  }

  .profile_container .profile_item table th {
    width: 100%;
    display: block;
    padding: 10px 0 0;
  }

  .profile_container .profile_item table td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }

  .profile_container .epimaster_box {
    margin-top: 20px;
  }

  .profile_container .epimaster_box p {
    width: 100%;
  }

  .profile_container .epimaster_box a {
    width: 100%;
    margin-top: 10px;
  }
}
/* 特徴/FAQ/声
----------------------------------------------------*/
.feature_container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 60px;
  position: relative;
  min-width: 1440px;
}
.feature_container::after {
  content: '';
  width: 700px;
  height: 380px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.feature_container:nth-child(2)::after {
  background: url("../images/about/about_feature_img01.jpg?20250411") center/auto no-repeat;
  left: 0;
}
.feature_container:nth-child(2) .feature_item {
  margin-left: 52%;
}
.feature_container:nth-child(3)::after {
  background: url("../images/about/about_feature_img02.jpg?20250411") center/auto no-repeat;
  right: 0;
}
.feature_container:nth-child(4) {
  margin: 0 auto;
}
.feature_container:nth-child(4)::after {
  background: url("../images/about/about_feature_img03.jpg?20250411") center/auto no-repeat;
  left: 0;
}
.feature_container:nth-child(4) .feature_item {
  margin-left: 52%;
}
.feature_container .feature_item {
  width: 48.21%;
  height: 380px;
}
.feature_container .feature_item .deco_ttl {
  width: 100%;
  font-family: 'Corinthia', cursive;
  font-weight: bold;
  color: #647480;
  font-size: 62px;
  margin-bottom: 10px;
  line-height: 120px;
}
.feature_container .feature_item .deco_ttl span {
  display: inline-block;
  font-size: 124px;
  color: #b70e23;
  margin-right: 20px;
}
.feature_container .feature_item p span {
  display: block;
  font-size: 18px;
  color: #647480;
  font-weight: bold;
  margin-bottom: 20px;
}

.faqbnr_container {
  margin: 80px auto;
}
.faqbnr_container figure {
  width: 100%;
  position: relative;
  z-index: 0;
  transition: .3s;
}
.faqbnr_container figure a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.faqbnr_container figure:hover {
  opacity: .7;
  transition: .3s;
}

.voice_container {
  width: 1024px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 80px auto 0;
}
.voice_container .voice_item {
  width: 28.8%;
}
.voice_container .voice_item figure {
  width: 182px;
  margin: 0 auto 20px;
}
.voice_container .voice_item p:first-of-type {
  font-size: 1vw;
  color: #647480;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.voice_container .voice_item span {
  display: table;
  width: auto;
  margin: 0 auto 10px;
  padding: 4px 20px;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
}

@media screen and (max-width: 896px) {
  .feature_container {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto 40px;
  }

  .feature_container::after {
    width: 100%;
  }

  .feature_container:nth-child(4) {
    margin: 0 auto 80px;
  }

  .feature_container .feature_item {
    width: 100%;
    height: auto;
  }

  .feature_container .feature_item .deco_ttl {
    margin-bottom: 210px;
    font-size: 52px;
  }
  .feature_container .feature_item .deco_ttl span {
    font-size: 84px;
  }

  .feature_container:nth-child(2) .feature_item, .feature_container:nth-child(4) .feature_item {
    margin-left: 0;
  }

  .feature_container:nth-child(2)::after, .feature_container:nth-child(3)::after, .feature_container:nth-child(4)::after {
    background-size: cover;
    height: 200px;
    top: auto;
    bottom: 180px;
  }

  .faqbnr_container {
    margin: 40px auto 80px;
  }

  .voice_container {
    width: 100%;
    margin: 40px 0;
  }

  .voice_container .voice_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .voice_container .voice_item:last-of-type {
    margin-bottom: 0;
  }

  .feature_container .feature_item p span {
    font-size: 16px;
  }

  .voice_container .voice_item p:first-of-type {
    font-size: 4vw;
  }
}
/* 店舗情報
----------------------------------------------------*/
.info_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.info_container .info_item {
  width: 28%;
}
.info_container .info_item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #647480;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin-bottom: 10px;
  margin-top: 20px;
}
.info_container .info_item h3:first-of-type {
  margin-top: 0;
}
.info_container .info_item p a {
  display: block;
  width: 153px;
  background: #a8bfd6;
  padding: 4px 0;
  color: #fff;
  text-decoration: none;
  transition: .3s;
  text-align: center;
  margin-top: 8px;
}
.info_container .info_item p a:hover {
  transition: .3s;
  background: #374152;
}
.info_container .info_item:first-of-type {
  width: 35%;
}
.info_container .info_item:first-of-type div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  background: #ebebeb;
  padding: 36px 0;
  position: relative;
  z-index: 0;
  transition: .3s;
}
.info_container .info_item:first-of-type div a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.info_container .info_item:first-of-type div:hover {
  transition: .3s;
  background: #cedfef;
}
.info_container .info_item:first-of-type div i {
  font-size: 36px;
  color: #647480;
}
.info_container .info_item:first-of-type div p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #647480;
}
.info_container .info_item:first-of-type > p {
  margin-top: 16px;
}

@media screen and (max-width: 896px) {
  .info_container {
    padding-bottom: 40px;
  }

  .info_container .info_item {
    width: 100%;
    margin-top: 30px;
  }

  .info_container .info_item:first-of-type {
    width: 100%;
    margin-top: 0;
  }
}
/*****************************************************

 FAQ
 
*****************************************************/
.faq_wrap h3 {
  font-size: 18px;
  font-weight: bold;
  color: #647480;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin-bottom: 20px;
  margin-top: 40px;
}

.faq_container {
  width: 86.25%;
  margin: 50px auto;
}

.accordion-container {
  margin-bottom: 30px;
}
.accordion-container .accordion-title {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: 0;
  padding: 8px 20px;
  background-color: #F9F9F9;
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
  font-size: 18px;
  color: #647480;
  cursor: pointer;
  transition: .3s;
}
.accordion-container .accordion-title span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin-right: 30px;
  line-height: 40px;
}
.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  transform: rotate(90deg);
  background: #374152;
  transition: all .3s ease-in-out;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background: #374152;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title:hover, .accordion-container .accordion-title:active, .accordion-title.open {
  background-color: #a8bfd6;
  border-bottom: 1px solid #D3D3D3;
  color: #FFF;
  box-sizing: border-box;
  transition: .3s;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  display: flex;
  align-items: flex-start;
  background: #F9F9F9;
  padding: 14px 20px;
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
  border-top: none;
}
.accordion-content p {
  line-height: 28px;
}
.accordion-content p a {
  text-decoration: underline;
  color: #647480;
}
.accordion-content span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin-right: 30px;
  color: #b60e23;
}
.accordion-content .accent {
  font-size: 16px;
  color: #b60e23;
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  .faq_wrap h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .faq_wrap h3:nth-of-type(n+2) {
    margin-top: 50px;
  }

  .accordion-container .accordion-title {
    padding: 8px 10px 40px;
    align-items: flex-start;
    font-size: 16px;
  }

  .accordion-container .accordion-title::after, .accordion-container .accordion-title::before {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .accordion-container .accordion-title span {
    margin-right: 15px;
    font-size: 21px;
  }

  .accordion-content {
    align-items: flex-start;
  }

  .accordion-content span {
    margin-right: 15px;
    font-size: 21px;
  }
}
/*****************************************************

 Gallery
 
*****************************************************/
.gallery_container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.gallery_container figure {
  width: 32.8%;
  height: auto;
  max-height: 288px;
  margin-right: 0.7%;
  margin-bottom: 80px;
  max-height: 284px;
}
.gallery_container figure:nth-of-type(3n) {
  margin-right: 0;
}
.gallery_container figure img {
  height: 100%;
}
.gallery_container figure figcaption {
  text-align: right;
  color: #647480;
  margin-top: 8px;
}

@media screen and (max-width: 896px) {
  .gallery_container figure {
    width: 90%;
    margin: 0 auto 60px;
    height: 200px;
  }

  .gallery_container figure:nth-of-type(3n) {
    margin-right: auto;
  }
}
/*****************************************************

 予約・カウンセリング
 
*****************************************************/
.reservation_wrap h2 {
  text-align: left;
}
.reservation_wrap h2 + p {
  margin-top: -20px;
}
.reservation_wrap h2 + p span {
  color: #ad0e23;
  font-weight: bold;
}

/* 初めてのお客様
----------------------------------------------------*/
.first_time_customer h3 {
  font-size: 18px;
  font-weight: bold;
  color: #647480;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin-bottom: 20px;
}
.first_time_customer .first_time_notice {
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  background: #F6F8FA;
}
.first_time_customer .first_time_notice h3:nth-of-type(n+2) {
  margin-top: 30px;
}
.first_time_customer .first_time_notice p {
  padding-left: 2px;
  text-indent: -11px;
  margin-left: 24px;
}
.first_time_customer .first_time_notice p::before {
  display: inline-block;
  margin-right: 8px;
  font-family: 'Font Awesome 5 free';
  content: '\f00c';
  font-weight: 900;
  color: #ad0e23;
  font-size: 12px;
}

.first_time_campaign_container {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
.first_time_campaign_container .first_time_campaign_item {
  width: 30%;
  margin-left: 1.5%;
  position: relative;
  z-index: 0;
  transition: .3s;
}
.first_time_campaign_container .first_time_campaign_item a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.first_time_campaign_container .first_time_campaign_item:hover {
  opacity: .7;
  transition: .3s;
}
.first_time_campaign_container .first_time_campaign_item:nth-of-type(3n) {
  margin-right: 0;
}
.first_time_campaign_container .first_time_campaign_item figure {
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
}
.first_time_campaign_container .first_time_campaign_item figure img {
  height: 100%;
}
.first_time_campaign_container .first_time_campaign_item p:first-of-type {
  font-size: 18px;
  font-weight: bold;
  color: #647480;
  margin-bottom: 00px;
}

@media screen and (max-width: 896px) {
  .first_time_campaign_container {
    width: 100%;
  }

  .first_time_customer h3 {
    font-size: 16px;
  }

  .first_time_campaign_container .first_time_campaign_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .first_time_campaign_container .first_time_campaign_item:last-of-type {
    margin-bottom: 0;
  }

  .first_time_campaign_container .first_time_campaign_item figure {
    width: 100%;
    height: 210px;
  }
}
/* 予約方法
----------------------------------------------------*/
.howto_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
.howto_container .howto_item {
  width: 33.33333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 200px;
  flex-direction: column;
  padding: 60px 0;
  position: relative;
  z-index: 0;
  transition: .3s;
}
.howto_container .howto_item a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.howto_container .howto_item:hover {
  background: #cedfef;
  transition: .3s;
}
.howto_container .howto_item > i {
  font-size: 36px;
  color: #647480;
  display: block;
}
.howto_container .howto_item p {
  font-size: 18px;
  color: #647480;
  font-weight: bold;
}
.howto_container .howto_item p i {
  font-size: 18px;
  margin-left: 8px;
}
.howto_container .howto_item:first-of-type {
  background: #e2e2e2;
}
.howto_container .howto_item:first-of-type p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
}
.howto_container .howto_item:first-of-type:hover {
  background: #cedfef;
  transition: .3s;
}
.howto_container .howto_item:nth-of-type(2) {
  background: #d0d7d5;
}
.howto_container .howto_item:nth-of-type(2):hover {
  background: #cedfef;
  transition: .3s;
}
.howto_container .howto_item:nth-of-type(3) {
  background: #c4d6d5;
}
.howto_container .howto_item:nth-of-type(3):hover {
  background: #cedfef;
  transition: .3s;
}

.nexttime_coupon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 40px auto 60px;
  border: 1px solid #ad0e23;
  padding: 20px 20px 10px;
}
.nexttime_coupon .coupon_txt {
  width: 64.46%;
}
.nexttime_coupon .coupon_txt p {
  margin-top: 20px;
  font-size: 18px;
}
.nexttime_coupon .coupon_txt p span {
  color: #ad0e23;
  font-weight: bold;
}
.nexttime_coupon .coupon_txt p:first-of-type {
  margin-top: 0;
  font-size: 21px;
  color: #647480;
  font-weight: bold;
}
.nexttime_coupon .coupon_txt p:first-of-type::before {
  content: '';
  display: inline-block;
  background: url("../images/reservation/officon.png") center/cover no-repeat;
  width: 46px;
  height: 51px;
  vertical-align: -50%;
  margin-right: 10px;
}

@media screen and (max-width: 896px) {
  .howto_container .howto_item {
    width: 100%;
    height: auto;
  }

  .nexttime_coupon .coupon_txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .nexttime_coupon .coupon_txt p:first-of-type {
    font-size: 18px;
  }

  .nexttime_coupon .coupon_txt p {
    font-size: 14px;
  }

  .nexttime_coupon .coupon_txt p:first-of-type::before {
    display: block;
  }
}
/*****************************************************

 脱毛
 
*****************************************************/
.epi_menu_wrap {
  padding: 0 1%;
}
.epi_menu_wrap h3::before {
  content: '';
  display: inline-block;
  width: 55px;
  height: 45px;
  background: url("../images/common/h3_icon.png") center/cover no-repeat;
  margin-right: 10px;
}

.epi_menu_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  min-width: 1028px;
}
.epi_menu_container .epi_price_list h3 {
  width: 100%;
  text-align: left;
}
.epi_menu_container .epi_price_list h3 + p {
  text-align: left;
}
.epi_menu_container .max_view {
  width: 42.57%;
  max-width: 613px;
}
.epi_menu_container .mid_view {
  display: none;
  width: 350px;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  transition: .3s;
  padding: 0 1%;
}
.epi_menu_container .mid_view a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.epi_menu_container .mid_view:hover {
  opacity: .7;
  transition: .3s;
}

/*2025/9/22追加*/
.plasma_epi_menu_container {
  text-align: center;
  margin-top: 60px;
}
.plasma_epi_menu_container h3 {
  text-align: center;
}
.plasma_epi_menu_container h3 span {
  font-size: 18px;
  margin-left: 20px;
}
.plasma_epi_menu_container i {
  margin: 0 0 0 24px;
}
.plasma_epi_menu_container i:first-child {
  margin: 0;
}

.jr_epi_menu_container {
  margin-top: 60px;
}
.jr_epi_menu_container h3 {
  text-align: center;
}
.jr_epi_menu_container h3 span {
  font-size: 18px;
  margin-left: 20px;
}
.jr_epi_menu_container h3 + p {
  text-align: center;
}

.jr_epi_topic_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
}
.jr_epi_topic_container h3 {
  width: 100%;
}
.jr_epi_topic_container p {
  width: 73%;
}
.jr_epi_topic_container figure {
  width: 24%;
  max-width: 262px;
  position: relative;
}
.jr_epi_topic_container figure img {
  position: absolute;
  top: -80px;
}

@media (min-width: 896px) and (max-width: 1280px) {
  .epi_menu_container {
    align-items: flex-start;
  }

  .max_view {
    display: none;
  }

  .epi_menu_container .mid_view {
    display: block;
    margin-top: 160px;
  }
}
@media screen and (max-width: 896px) {
  .epi_menu_wrap {
    padding: 0 4%;
  }

  .epi_menu_wrap > .inner {
    width: 100%;
  }

  .epi_menu_container {
    flex-wrap: wrap;
    min-width: 100%;
  }

  .epi_menu_container .max_view {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .epi_menu_container .mid_view {
    display: none;
  }

  .jr_epi_menu_container h3 + p {
    text-align: left;
  }

  .jr_epi_topic_container p {
    width: 100%;
    order: 3;
  }

  .jr_epi_topic_container figure {
    width: 100%;
    order: 2;
    margin: -20px auto 20px;
  }

  .jr_epi_topic_container figure img {
    position: static;
  }
}
/* 脱毛機
----------------------------------------------------*/
.epi_machine_wrap h2 {
  text-align: left;
}
.epi_machine_wrap .epi_machine_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.epi_machine_wrap .epi_machine_container:nth-of-type(n+2) {
  margin-top: 40px;
}
.epi_machine_wrap .epi_machine_container .point_ttl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.epi_machine_wrap .epi_machine_container .point_ttl img {
  width: 84px;
  margin-right: 20px;
}
.epi_machine_wrap .epi_machine_container .point_ttl h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #647480;
  margin-bottom: 0;
}
.epi_machine_wrap .epi_machine_container p {
  line-height: 30px;
}
.epi_machine_wrap .epi_machine_container > div {
  width: 48.21%;
}
.epi_machine_wrap .epi_machine_container > figure {
  width: 48.21%;
  position: relative;
}
.epi_machine_wrap .point01 figure img {
  width: auto;
  position: absolute;
  top: -90px;
}
.epi_machine_wrap .point02 figure img {
  width: auto;
  position: absolute;
  top: 0;
}
.epi_machine_wrap .point03 figure img {
  width: auto;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 896px) {
  .epi_machine_wrap .epi_machine_container .point_ttl {
    justify-content: center;
    flex-direction: column;
  }

  .epi_machine_wrap .epi_machine_container > div {
    width: 100%;
    margin-bottom: 20px;
  }

  .epi_machine_wrap .epi_machine_container figure {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .epi_machine_wrap .point01 figure {
    width: 100%;
  }

  .epi_machine_wrap .point01 figure img {
    position: static;
  }

  .epi_machine_wrap .point02 figure img, .epi_machine_wrap .point03 figure img {
    position: static;
  }
}
/* 脱毛トピック
----------------------------------------------------*/
.epi_topic_wrap .epi_topic_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.epi_topic_wrap .epi_topic_container h2 {
  width: 100%;
  text-align: left;
}
.epi_topic_wrap .epi_topic_container > div {
  width: 48.21%;
}
.epi_topic_wrap .epi_topic_container figure {
  width: 48.21%;
  position: relative;
}
.epi_topic_wrap .epi_topic_container h3 {
  margin-bottom: 20px;
}
.epi_topic_wrap .epi_topic_container h3:nth-of-type(n + 2) {
  margin-top: 40px;
}
.epi_topic_wrap .epi_topic_container:first-of-type > div {
  width: 100%;
}
.epi_topic_wrap .epi_topic_container:first-of-type figure {
  width: 100%;
  max-width: 870px;
  margin: 30px auto 0;
  text-align: center;
}
.epi_topic_wrap .epi_topic_container:first-of-type figure img {
  width: auto;
}
.epi_topic_wrap .epi_topic_container:last-of-type {
  margin-bottom: 0;
}
.epi_topic_wrap .epi_topic_container:last-of-type > div {
  width: 73%;
}
.epi_topic_wrap .epi_topic_container:last-of-type figure {
  width: 25.7%;
  max-width: 288px;
  margin: 0 auto;
}
.epi_topic_wrap .epi_topic_container:last-of-type figure img {
  position: absolute;
  top: -80px;
}

@media screen and (max-width: 896px) {
  .epi_topic_wrap .epi_topic_container > div {
    width: 100%;
    order: 3;
  }

  .epi_topic_wrap .epi_topic_container figure {
    width: 100%;
    order: 2;
    margin: 0 auto 20px;
  }

  .epi_topic_wrap .epi_topic_container:first-of-type figure {
    margin: 0 auto 20px;
  }

  .epi_topic_wrap .epi_topic_container:last-of-type > div {
    width: 100%;
  }

  .epi_topic_wrap .epi_topic_container:last-of-type figure {
    width: 100%;
    margin: 0 auto 20px;
  }

  .epi_topic_wrap .epi_topic_container:last-of-type figure img {
    position: static;
  }
}
/*****************************************************

 Facial
 
*****************************************************/
/* メニュー
----------------------------------------------------*/
.facial_menu_wrap .facial_menu_container h3 {
  margin: 60px 0 0;
}
.facial_menu_wrap .facial_menu_container h3 span {
  font-size: 16px;
  margin-left: 10px;
}
.facial_menu_wrap .facial_menu_container .price_list ul > li {
  padding: 30px 8px;
}
.facial_menu_wrap .facial_menu_container .price_list ul li > div p {
  text-align: left;
}
.facial_menu_wrap .facial_menu_container .menu_course {
  margin: 20px 0 0 0;
  height: auto;
  padding: 24px;
  border: 1px solid #647480;
  text-align: center;
}
.facial_menu_wrap .facial_menu_container .menu_course .bold {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.facial_menu_wrap .facial_menu_container .menu_course .menu_course_indent {
  text-indent: -2.5em;
  padding: 0 0 0 2.5em;
  border: none;
}
.facial_menu_wrap .facial_menu_container .menu_course .menu_course_ab {
  margin-top: 1em;
}
.facial_menu_wrap .facial_menu_container .ficial_pack .ficial_pack_contents {
  padding: 0 0 16px 0;
}
.facial_menu_wrap .facial_menu_container .ficial_pack .ficial_pack_contents h4 {
  margin: 16px 0 0;
}
.facial_menu_wrap .facial_menu_container .ficial_pack .ficial_pack_contents ol {
  list-style-type: decimal;
}
.facial_menu_wrap .facial_menu_container .ficial_pack .ficial_pack_contents ol li {
  margin: 8px 0 0 0;
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
}
.facial_menu_wrap .facial_menu_container .ficial_pack .ficial_pack_contents ol li span {
  font-weight: 600;
}
.facial_menu_wrap .facial_option_container {
  padding: 26px;
  border: 1px solid #647480;
  margin: 40px auto 20px;
  position: relative;
}
.facial_menu_wrap .facial_option_container > p {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
}
.facial_menu_wrap .facial_option_container > p span {
  font-size: 18px;
}
.facial_menu_wrap .facial_option_container h3 {
  width: 100%;
  margin: 0 0 10px;
}
.facial_menu_wrap .facial_option_container h3::before {
  content: '';
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url("../images/common/h3_icon_f.png") center/cover no-repeat;
  vertical-align: -30%;
  margin-right: 20px;
}
.facial_menu_wrap .facial_option_container .facial_option_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #647480;
  padding: 20px 0px;
}
.facial_menu_wrap .facial_option_container .facial_option_item p {
  width: 40%;
  font-size: 18px;
  font-weight: bold;
  color: #647480;
  line-height: 24px;
}
.facial_menu_wrap .facial_option_container .facial_option_item p:first-of-type {
  width: 55%;
  font-size: 18px;
  color: #604C3F;
}
.facial_menu_wrap .facial_option_container .facial_option_item:nth-of-type(4) {
  border-bottom: none;
}
.facial_menu_wrap div.facial_option_container + p {
  width: 100%;
  text-align: right;
  margin: 10px 0;
}
.facial_menu_wrap div.facial_option_container + p span {
  color: #ad0e23;
}

@media screen and (max-width: 896px) {
  .facial_menu_wrap .facial_menu_container .price_list ul {
    margin-top: 0;
  }
  .facial_menu_wrap .facial_menu_container .price_list ul > li {
    padding: 16px 0px;
  }
}
@media screen and (max-width: 896px) {
  .facial_menu_wrap .facial_option_container {
    padding: 16px;
  }

  .facial_menu_wrap .facial_option_container h3 {
    width: 100%;
    margin: 0 0 10px;
  }
  .facial_menu_wrap .facial_option_container h3::before {
    width: 35px;
    height: 35px;
    vertical-align: -37%;
    margin-right: 10px;
  }

  .facial_menu_wrap .facial_option_container > p {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
  }
  .facial_menu_wrap .facial_option_container > p span {
    font-size: 14px;
  }

  .facial_menu_wrap .facial_option_container .facial_option_item {
    width: 100%;
    padding: 20px 10px;
  }

  .facial_menu_wrap .facial_option_container .facial_option_item p {
    font-size: 16px;
    width: 100%;
  }
  .facial_menu_wrap .facial_option_container .facial_option_item p:first-of-type {
    width: 100%;
    font-size: 15px;
    color: #604C3F;
  }

  .facial_menu_wrap .facial_option_container .facial_option_item p:last-of-type {
    font-size: 16px;
  }

  .facial_menu_wrap .facial_option_container .facial_option_item:nth-of-type(n + 3) {
    border-bottom: 1px solid #647480;
  }

  .facial_menu_wrap .facial_option_container .facial_option_item:nth-of-type(3) p:first-of-type {
    font-size: 17px;
  }

  .facial_menu_wrap .facial_option_container .facial_option_item:last-of-type {
    border: none;
  }

  .facial_menu_wrap div.facial_option_container + p {
    text-align: left;
  }
}
/* 光フェイシャルについて /　オプション内容
----------------------------------------------------*/
.facial_topic_container figure {
  width: 83%;
  margin: 30px auto;
}
.facial_topic_container figure + p {
  width: 83%;
  margin: 30px auto;
}
.facial_topic_container figure + p span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.facial_option_wrap h2 {
  text-align: left;
}
.facial_option_wrap h2 .facial_h2 {
  font-size: 16px;
  vertical-align: 30%;
}
.facial_option_wrap h2 .facial_h2:before {
  background: none;
  vertical-align: 30%;
}
.facial_option_wrap .facial_option_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
  /*flex-direction:row-reverse;*/
}
.facial_option_wrap .facial_option_container:last-of-type {
  margin-bottom: 0;
}
.facial_option_wrap .facial_option_container figure {
  width: 48.21%;
}
.facial_option_wrap .facial_option_container figure img {
  border-radius: 10px;
}
.facial_option_wrap .facial_option_container .facial_option_item {
  width: 48.21%;
}
.facial_option_wrap .facial_option_container .facial_option_item h3 {
  font-size: 21px;
  color: #647480;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.facial_option_wrap .facial_option_container .facial_option_item h3:nth-of-type(n+2) {
  margin-top: 30px;
}
.facial_option_wrap .facial_option_container:nth-child(2), .facial_option_wrap .facial_option_container:nth-child(6), .facial_option_wrap .facial_option_container:nth-child(10), .facial_option_wrap .facial_option_container:nth-child(14), .facial_option_wrap .facial_option_container:nth-child(18) {
  flex-direction: row-reverse;
}
.facial_option_wrap .worry {
  box-sizing: border-box;
  border: 1px solid #647480;
  padding: 8px;
  margin: 0 auto 16px;
  width: auto;
  height: auto;
  background-color: #fff;
}
.facial_option_wrap .worry_contents {
  margin: 16px 0 0;
}
.facial_option_wrap .worry_contents span {
  font-weight: 600;
}
.facial_option_wrap .explanation_contents h3 {
  font-size: 21px;
  color: #647480;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 10px;
}
.facial_option_wrap .explanation_contents h3:nth-of-type(n+2) {
  margin-top: 30px;
}

@media screen and (max-width: 896px) {
  .facial_topic_container figure, .facial_topic_container figure + p {
    width: 100%;
  }

  .facial_option_wrap .facial_option_container:nth-child(2), .facial_option_wrap .facial_option_container:nth-child(6), .facial_option_wrap .facial_option_container:nth-child(10) {
    flex-direction: column;
  }

  .facial_option_wrap .facial_option_container .facial_option_item {
    width: 100%;
  }

  .facial_option_wrap .facial_option_container .facial_option_item h3 {
    font-size: 18px;
  }

  .facial_option_wrap .facial_option_container figure {
    width: 100%;
    margin-bottom: 10px;
  }

  .facial_option_wrap .explanation_contents h3 {
    font-size: 18px;
  }

  .facial_option_wrap h2 {
    text-align: center;
  }
  .facial_option_wrap h2 .facial_h2 {
    font-size: 14px;
    vertical-align: 30%;
    margin: 0 0 0 50px;
    position: relative;
    top: 0;
  }
}
.facial_bridal_wrap h3 {
  margin: 24px 0 8px 0;
  text-align: center;
}
.facial_bridal_wrap .worry {
  box-sizing: border-box;
  border: 1px solid #647480;
  padding: 16px;
  margin: 0 auto 16px;
  width: auto;
  height: auto;
  background-color: #fff;
  text-align: center;
}
.facial_bridal_wrap .worry .price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.facial_bridal_wrap .worry .price p {
  font-size: 31px;
  font-weight: bold;
  padding: 0px 16px;
}
.facial_bridal_wrap .worry .price p span {
  font-size: 16px;
}
.facial_bridal_wrap .worry .price p:nth-of-type(2) {
  font-size: 16px;
  text-align: center;
}
.facial_bridal_wrap .worry .price p:nth-of-type(2) span {
  display: block;
  font-size: 16px;
}
.facial_bridal_wrap .worry .price p:nth-of-type(3) {
  color: #ad0e23;
}
.facial_bridal_wrap .facial_bridal_container {
  width: 100%;
  display: flex;
}
.facial_bridal_wrap .facial_bridal_container .facial_bridal_text {
  box-sizing: border-box;
  width: 60%;
  height: auto;
  padding: 0 40px 0 0;
  text-align: center;
}
.facial_bridal_wrap .facial_bridal_container .facial_bridal_text li {
  /*padding-left: 1em;
  text-indent: -1em;*/
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.2;
}
.facial_bridal_wrap .facial_bridal_container .facial_bridal_photo {
  box-sizing: border-box;
  width: 40%;
  height: auto;
  padding: 30px 0 0;
}
.facial_bridal_wrap .facial_bridal_container .facial_bridal_photo img {
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 896px) {
  .facial_bridal_wrap h3 {
    margin: 24px 0 8px 0;
  }
  .facial_bridal_wrap .worry {
    box-sizing: border-box;
    border: 1px solid #647480;
    padding: 8px;
    margin: 0 auto 16px;
    width: auto;
    height: auto;
    background-color: #fff;
    text-align: center;
  }
  .facial_bridal_wrap .worry .price {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .facial_bridal_wrap .worry .price p {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px;
  }
  .facial_bridal_wrap .worry .price p span {
    font-size: 14px;
  }
  .facial_bridal_wrap .worry .price p:nth-of-type(2) {
    font-size: 14px;
    text-align: center;
  }
  .facial_bridal_wrap .worry .price p:nth-of-type(2) span {
    display: block;
    font-size: 14px;
  }
  .facial_bridal_wrap .worry .price p:nth-of-type(3) {
    color: #ad0e23;
  }
  .facial_bridal_wrap .facial_bridal_container {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .facial_bridal_wrap .facial_bridal_container .facial_bridal_text {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 30px 0 0 0;
  }
  .facial_bridal_wrap .facial_bridal_container .facial_bridal_text li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .facial_bridal_wrap .facial_bridal_container .facial_bridal_photo {
    box-sizing: border-box;
    width: 100%;
    height: 225px;
  }
  .facial_bridal_wrap .facial_bridal_container .facial_bridal_photo img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
  }
}
