/*
Theme Name: atelier Iroha
Theme URI: https://example.com
Author: atelier Iroha
Description: atelier Iroha フラワーアトリエ カスタムテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: atelier-iroha
*/

@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  color: #707070;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #707070;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

iframe {
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  overflow-x: hidden;
}

.wrapper {
  max-width: 848px;
  padding: 0 24px;
  margin: 0 auto;
}

.btn-white a {
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 4px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 12px 32px;
}

/*-------------------------------------------
header
-------------------------------------------*/
#header {
  margin-bottom: 40px;
}

#header .mv {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fae9f8;
  position: relative;
  overflow: hidden;
}

#header .mv::after {
  content: "";
  width: 640px;
  height: 640px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: -170px;
  left: 0;
  right: 0;
}

#header .page-title {
  width: 500px;
  height: 176px;
  color: #bfa7bc;
  padding: 32px;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}

#header .page-title .ja {
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 11px;
}

#header .page-title .line {
  width: 56px;
  height: 2px;
  background-color: #bfa7bc;
  display: block;
  margin: 0 auto 16px auto;
}

#header .page-title .en {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

/* グローバルナビゲーション */
#header .navi {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 25px;
}

#header .navi .menu {
  display: flex;
  align-items: center;
}

#header .navi .menu li {
  padding-right: 32px;
  margin-right: 32px;
  text-align: center;
  position: relative;
}

#header .navi .menu li:last-of-type {
  margin-right: 0;
}

#header .navi .menu li::after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #707070;
  transform: rotate(30deg);
  position: absolute;
  top: 12px;
  right: 0;
}

#header .navi .menu li:last-of-type::after {
  content: none;
}

#header .navi .menu li .en {
  color: #363536;
  display: block;
  font-weight: bold;
}

#header .navi .menu li .ja {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

#header .navi .logo {
  font-size: 22px;
  font-weight: bold;
  margin-right: 40px;
  text-align: center;
}

#header .navi .logo img {
  width: 80px;
  margin-bottom: 8px;
}

#header .navi .logo span {
  display: block;
  line-height: 1.2;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f1f7f7;
  padding: 40px 0;
}

#footer .menu li {
  font-size: 14px;
  padding-right: 24px;
  margin-right: 24px;
  position: relative;
}

#footer .menu li::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #707070;
  transform: rotate(30deg);
  position: absolute;
  top: 4px;
  right: 0;
}

#footer .menu li:last-of-type::after {
  content: none;
}

#footer .copyright {
  background-color: #bfa7bc;
  color: #fff;
  font-size: 12px;
  padding: 16px 0;
  text-align: center;
}

/*-------------------------------------------
共通
-------------------------------------------*/
.section-title-label {
  height: 64px;
  display: flex;
  align-items: center;
  background-color: #f1f7f7;
  color: #bfa7bc;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.section-title-label::before {
  content: "";
  width: 8px;
  height: 40px;
  background-color: #bfa7bc;
  margin-right: 24px;
}

.content-title {
  border-bottom: solid 2px #ebecf0;
  color: #bfa7bc;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 32px;
  position: relative;
}

.content-title::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #bfa7bc;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.content-header .header-img {
  position: relative;
  margin-bottom: 80px;
}

.content-header .header-img .title {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  text-align: center;
}

.content-header .header-img .title span {
  background-color: #fff;
  display: inline-block;
  padding: 16px 40px 24px 40px;
  text-align: left;
}

.content-header .text {
  max-width: 520px;
  line-height: 2;
  margin: 0 auto;
  text-align: justify;
}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -10;
}

.bg-fixed img {
  width: 100%;
  height: 1035px;
  object-fit: cover;
}

/* 営業時間・地図 */
.info-area {
  max-width: 848px;
  display: flex;
  padding: 64px 24px;
  margin: 0 auto;
}

.info-area .info {
  width: 45%;
  margin-right: 10%;
}

.info-area .title {
  border-left: solid 4px #bfa7bc;
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
  margin-bottom: 24px;
}

.info-area .info .logo {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 40px;
}

.info-area .info .logo img {
  width: 40px;
  margin-right: 16px;
}

.info-area .info {
  margin-bottom: 32px;
}

.info-area .info table {
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  margin-bottom: 8px;
  text-align: center;
}

.info-area .info table th,
.info-area .info table td {
  background-color: #fff;
  border-top: solid 1px #707070;
  border-left: solid 1px #707070;
  font-size: 14px;
  font-weight: normal;
  padding: 8px;
}

.info-area .info .text {
  font-size: 14px;
  margin-bottom: 32px;
}

.info-area .info .tel {
  display: flex;
  align-items: center;
  font-size: 36px;
}

.info-area .info .tel img {
  width: 40px;
  margin-right: 16px;
}

.info-area .access {
  width: 45%;
}

.info-area .access iframe {
  width: 100%;
  height: 240px;
  margin-bottom: 8px;
}

.info-area .access .address {
  font-size: 14px;
  margin-bottom: 40px;
}

.info-area .btn-white {
  text-align: right;
}

.info-area .clinic {
  width: 45%;
}

.info-area .clinic table {
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  font-size: 14px;
}

.info-area .clinic th,
.info-area .clinic td {
  background-color: #fff;
  border-top: solid 1px #707070;
  border-left: solid 1px #707070;
  padding: 8px;
}

.info-area .clinic th {
  text-align: left;
}

/* ハンバーガーメニュー */
#header .hamburger {
  display: none;
}

@media screen and (max-width: 900px) {
  #header .mv {
    height: 200px;
  }

  #header .mv::after {
    width: 340px;
    height: 340px;
    top: -70px;
  }

  #header .page-title {
    width: 300px;
    height: 120px;
    padding: 24px;
  }

  #header .page-title .ja {
    font-size: 20px;
    margin-bottom: 2px;
  }

  #header .page-title .line {
    margin: 0 auto 8px auto;
  }

  #header .navi {
    width: 70%;
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    background-color: #fff;
    padding: 40px 24px;
    transition: all .5s;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
  }

  #header .navi .logo {
    font-size: 18px;
    margin: 0 0 32px 0;
  }

  #header .navi .logo img {
    width: 64px;
  }

  #header .navi .menu {
    flex-direction: column;
    align-items: flex-start;
  }

  #header .navi .menu li {
    padding-right: 0;
    margin: 0 0 16px 0;
    text-align: left;
  }

  #header .navi .menu li::after {
    content: none;
  }

  #header .navi .menu li .en {
    display: none;
  }

  #header .navi .menu li .ja {
    font-size: 16px;
  }

  #header.open .navi {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  #header .hamburger {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #bfa7bc;
    border-radius: 4px;
    position: fixed;
    top: 20px;
    right: 20px;
    transition: all .5s;
    z-index: 20;
    cursor: pointer;
  }

  #header .hamburger span {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    transition: all .5s;
  }

  #header .hamburger span:nth-child(1) { top: 14px; }
  #header .hamburger span:nth-child(2) { top: 24px; }
  #header .hamburger span:nth-child(3) { top: 34px; }

  #header.open .hamburger span:nth-child(1) {
    transform: translateY(10px) rotate(-315deg);
  }
  #header.open .hamburger span:nth-child(2) { opacity: 0; }
  #header.open .hamburger span:nth-child(3) {
    transform: translateY(-10px) rotate(315deg);
  }
}

@media screen and (max-width: 767px) {
  .pc { display: none; }

  .section-title-label { font-size: 20px; }
  .content-title { font-size: 18px; }

  .content-header .header-img { margin-bottom: 64px; }
  .content-header .header-img .title {
    font-size: 18px;
    bottom: -45px;
  }
  .content-header .header-img .title span { padding: 8px 16px; }

  .bg-fixed { top: 40px; }
  .bg-fixed img { height: 621px; }

  .info-area { flex-direction: column; }
  .info-area .info { width: 100%; margin: 0 0 40px 0; }
  .info-area .access { width: 100%; }
  .info-area .clinic { width: 100%; }

  #footer .menu { padding: 40px 10px; }
  #footer .menu li { padding-right: 18px; margin-right: 18px; }
}

@media screen and (min-width: 768px) {
  .sp { display: none; }
}
/*-------------------------------------------
ページトップボタン
-------------------------------------------*/
#page-top {
  width: 48px;
  height: 48px;
  background-color: #bfa7bc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 32px;
  right: 32px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
}

#page-top.is-visible {
  opacity: 1;
  visibility: visible;
}

#page-top:hover {
  opacity: 0.75;
}

#page-top span {
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: 4px;
  display: block;
}

@media screen and (max-width: 767px) {
  #page-top {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
  #page-top span {
    width: 10px;
    height: 10px;
    margin-top: 3px;
  }
}

/* ロゴリンク */
#header .navi .logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #707070;
  text-decoration: none;
}

#header .navi .logo a:hover {
  opacity: 0.7;
}

/* トップページ お知らせ一覧ボタン */
.news-btn-wrap {
  text-align: center;
  margin-top: 32px;
}

.btn-news-archive {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid #bfa7bc;
  color: #bfa7bc;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  transition: background-color 0.3s, color 0.3s;
}

.btn-news-archive:hover {
  background-color: #bfa7bc;
  color: #fff;
}
