@charset "UTF-8";
/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  box-sizing: border-box;
  color: #5D595A;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.13em;
  margin: 0;
  background-color: #FFFBEB;
}
@media screen and (min-width:640px) {
  html,
  body {
    font-size: 16px;
  }
}

body * {
  box-sizing: border-box;
}

::-moz-selection {
  background: #FFFBEB;
}

::selection {
  background: #FFFBEB;
}

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

body {
  background-image: url(/assets/img/cmn/bg_circle.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: contain;
  position: relative;
}
@media screen and (max-width:639px) {
  body {
    background-size: 250%;
    background-position: top left;
  }
}

/*---------------------------------------
赤い羽根バナー
---------------------------------------*/
.footer {
  position: relative;
}
.footer .akaihane-banner {
  display: flex;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width:639px) {
  .footer .akaihane-banner {
    width: 200px;
    margin-top: 40px;
  }
}
@media screen and (min-width:640px) {
  .footer .akaihane-banner {
    width: 270px;
    margin-top: 40px;
  }
}
@media screen and (min-width:1025px) {
  .footer .akaihane-banner {
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 220px;
    z-index: 99999999;
  }
}
@media screen and (min-width:1400px) {
  .footer .akaihane-banner {
    width: 280px;
    bottom: 24px;
    right: 24px;
  }
}

/*---------------------------------------
ヘッダー
---------------------------------------*/
@media screen and (min-width:1025px) {
  .header {
    height: 114px;
    position: absolute;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 20px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
  }
}
.headerInner {
  margin: auto;
}
@media screen and (min-width:1025px) {
  .headerInner {
    display: flex;
    max-width: 1200px;
  }
}
.headerInner h1 {
  margin-left: 0;
  margin-right: auto;
  font-weight: normal;
  letter-spacing: -0.1em;
}
.headerInner h1 small {
  color: #A19C9D;
  display: none;
  margin-bottom: 8px;
}
@media screen and (min-width:1025px) {
  .headerInner h1 small {
    display: block;
    letter-spacing: 0.04em;
    font-size: 10px;
  }
}
@media screen and (min-width:1400px) {
  .headerInner h1 small {
    font-size: 12px;
  }
}
.headerInner h1 a img {
  margin-left: 32px;
  width: 387px;
  max-width: 387px;
  height: 58px;
  height: auto;
}
@media screen and (max-width:639px) {
  .headerInner h1 a img {
    width: 70%;
    margin-left: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width:640px) {
  .headerInner h1 a img {
    margin-top: 16px;
  }
}
@media screen and (min-width:1025px) {
  .headerInner h1 a img {
    margin-left: 0;
    margin-top: 0;
  }
}
.headerInfo {
  display: none;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width:1025px) {
  .headerInfo {
    display: flex;
  }
}
.header .headerSns ul {
  margin-right: 20px;
  margin-top: 2px;
  font-size: 12px;
}
@media screen and (min-width:1400px) {
  .header .headerSns ul {
    font-size: 14px;
  }
}
.header .headerSns ul li {
  margin-bottom: 6px;
}
.header .headerSns ul li::before {
  content: url(/assets/img/cmn/ico_ig.svg);
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.header .headerSns ul li.fb::before {
  content: url(/assets/img/cmn/ico_fb.svg);
  left: 3px;
  margin-right: 10px;
}
.header .headerTel {
  text-align: center;
}
.header .headerTel .ttl {
  background: #EF6287;
  color: #fff;
  font-size: 13px;
  padding: 2px;
  font-weight: bold;
  border-radius: 4px;
  width: 100%;
  letter-spacing: 0.05em;
}
@media screen and (min-width:1400px) {
  .header .headerTel .ttl {
    letter-spacing: 0.13em;
  }
}
.header .headerTel .number {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width:1400px) {
  .header .headerTel .number {
    font-size: 32px;
  }
}
.header .headerTel .number img {
  width: 30px;
}
@media screen and (min-width:1400px) {
  .header .headerTel .number img {
    width: auto;
  }
}
.header .headerTel small {
  color: #A19C9D;
  font-size: 10px;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: right;
  display: block;
  text-align: center;
}
@media screen and (min-width:1400px) {
  .header .headerTel small {
    font-size: 12px;
    letter-spacing: 0.13em;
  }
}

.contents {
  padding-bottom: 60px;
  overflow-x: hidden;
  background-image: url(/assets/img/cmn/bg_tree.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}
@media screen and (min-width:640px) {
  .contents {
    padding-bottom: 180px;
  }
}

body section > div {
  margin: auto;
}

/*---------------------------------------
フッター
---------------------------------------*/
.footer {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width:640px) {
  .footer {
    padding-bottom: 60px;
  }
}
@media screen and (min-width:1025px) {
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer .footerNav {
  display: none;
}
@media screen and (min-width:1025px) {
  .footer .footerNav {
    display: block;
  }
}
.footer .logo {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 24px;
}
@media screen and (min-width:640px) {
  .footer .logo {
    padding-top: 32px;
    padding-bottom: 56px;
    max-width: 500px;
    margin: auto;
  }
}
@media screen and (min-width:1025px) {
  .footer .logo {
    padding-top: 60px;
  }
}
.footer address {
  max-width: 1024px;
  margin: auto;
  font-size: 12px;
  padding-bottom: 32px;
}
@media screen and (min-width:640px) {
  .footer address {
    display: flex;
    justify-content: space-between;
    padding-bottom: 56px;
  }
}
@media screen and (min-width:640px) {
  .footer address p {
    padding: 8px 24px;
    border-right: 3px dotted #F4DA6D;
  }
}
.footer address p:last-child {
  border-right: none;
}
.footer address strong {
  display: block;
  margin-bottom: 8px;
}
.footer .copyright {
  display: block;
  text-align: center;
}

/*---------------------------------------
グロナビ
---------------------------------------*/
.gnav {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  transition: 0.5s ease-out;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-out;
  overflow: auto;
}
@media screen and (min-width:1025px) {
  .gnav {
    width: auto;
    height: auto;
    position: absolute;
    top: auto;
    left: auto;
  }
}

.nav-toggle:checked ~ .gnav {
  left: 0;
  pointer-events: auto;
  overflow: hidden;
}

.drawer .gnav .nav-list li {
  border-bottom: 1px solid #fff;
}
.drawer .gnav .nav-list li:first-child {
  border-top: 1px solid #fff;
}
@media screen and (min-width:1025px) {
  .drawer .gnav .nav-list li {
    border: none;
  }
}
.drawer .gnav .nav-list li a {
  display: block;
  height: 72px;
  line-height: 72px;
  padding-left: 32px;
  background-image: url(/assets/img/cmn/ico_arrow.svg);
  background-position: right 28px center;
  background-repeat: no-repeat;
}
@media screen and (min-width:1025px) {
  .drawer .gnav .nav-list li a {
    height: auto;
    line-height: normal;
    padding-left: auto;
    background-image: none;
  }
}

.drawer .gnav,
.footerNav {
  background-color: #FFC4C4;
}
@media screen and (min-width:1025px) {
  .drawer .gnav,
  .footerNav {
    top: 580px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
  }
}
.drawer .gnav .nav-list,
.footerNav .nav-list {
  padding-top: 80px;
}
@media screen and (min-width:1025px) {
  .drawer .gnav .nav-list,
  .footerNav .nav-list {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
  }
}
.drawer .gnav .nav-list li,
.footerNav .nav-list li {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width:1025px) {
  .drawer .gnav .nav-list li,
  .footerNav .nav-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media screen and (min-width:1025px) {
  .drawer .gnav .nav-list li a,
  .footerNav .nav-list li a {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
  }
}
.drawer .gnav .nav-list li a img,
.footerNav .nav-list li a img {
  display: none;
}
@media screen and (min-width:1025px) {
  .drawer .gnav .nav-list li a img,
  .footerNav .nav-list li a img {
    display: block;
    width: 48px;
    height: 48px;
    max-width: auto;
    margin-bottom: 6px;
  }
}

@media screen and (min-width:1025px) {
  .lower .gnav {
    top: 138px;
  }
}

/*---------------------------------------
ハンバーガーメニュー
---------------------------------------*/
.btn-burger {
  background-color: #FFC4C4;
  border-radius: 100px;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999999999;
  transition: 0.2s ease-out;
}
.btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 20px;
  background-color: #fff;
  cursor: pointer;
  margin: auto;
  transition: 0.2s ease-out;
}
.btn-burger .icon:before {
  top: 8px;
  margin: 0;
}
.btn-burger .icon:after {
  top: -8px;
  margin: 0;
}
@media screen and (min-width:1025px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .btn-burger {
  background-color: #F58989;
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon, .nav-toggle:checked ~ .btn-burger .icon:before, .nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  background-color: #fff;
  transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: #fff;
  transform: rotate(45deg);
  top: 0;
}

/*---------------------------------------
heading
---------------------------------------*/
.h2-style {
  padding-top: 48px;
  font-size: 32px;
  color: #5D595A;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  letter-spacing: 0.13em;
}
.h2-style span {
  border-bottom: 6px dotted #F4DA6D;
  padding-bottom: 16px;
  display: inline-block;
}
.h2-style strong {
  font-size: 144%;
}
.h2-style small {
  font-size: 17px;
  display: block;
}
@media screen and (max-width:639px) {
  .h2-style {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

h3 {
  font-size: 20px;
  letter-spacing: 0.15em;
}
@media screen and (min-width:1025px) {
  h3 {
    font-size: 24px;
  }
}

.h3-style {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
.h3-style span {
  border-bottom: 3px solid #5D595A;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.h4-style {
  margin-top: 2em;
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
  background-color: #FFFBEB;
  padding: 8px;
  border-radius: 100px;
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: #5D595A;
  text-decoration: none;
  transition: 0.2s ease-out;
}
a img {
  transition: 0.2s ease-out;
}

a:hover {
  color: #958181;
  opacity: 0.8;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

a.link-text {
  color: #F58989;
  position: relative;
}
a.link-text::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F58989;
  border-right: 2px solid #F58989;
  transform: rotate(45deg);
}

/*---------------------------------------
btn
---------------------------------------*/
.btn {
  background-color: #F4DA6D;
  color: #5D595A;
  border-radius: 100px;
  display: inline-block;
  font-size: 15px;
  padding: 0 56px 0 18px;
  text-decoration: none;
  text-align: left;
  height: 36px;
  line-height: 36px;
  position: relative;
}
@media screen and (max-width:639px) {
  .btn {
    font-size: 13px;
  }
}
.btn a {
  position: relative;
  z-index: 99;
}
.btn:before {
  background-image: url(/assets/img/cmn/ico_arrow.svg);
  background-color: rgba(255, 255, 255, 0.129);
  background-position: right 12px center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-out;
  width: 100%;
  z-index: 1;
  opacity: 1;
}
.btn.blank:before {
  background-image: url(/assets/img/cmn/ico_blank.svg);
  background-position: right 16px center;
}
.btn:hover {
  text-decoration: none;
}
.btn.accentR {
  font-weight: bold;
  margin: 30px 0;
  padding: 12px 56px;
  border: 2px solid #F7CCCC;
  background-color: #fff;
  color: #F58989;
  height: auto;
  line-height: auto;
}
.btn.accentR:before {
  background-image: none;
  height: auto;
  right: auto;
  position: relative;
  top: auto;
  width: auto;
}
.btn.accentR:hover {
  background-color: #fdf0f0;
}
.btn.accentR:after {
  content: url(/assets/img/cmn/ico_arrow_accent_r.svg);
  margin-left: 10px;
}
.btn.accentL {
  font-weight: bold;
  margin: 30px 0;
  padding: 12px 56px;
  border: 2px solid #F7CCCC;
  background-color: #fff;
  color: #F58989;
  height: auto;
  line-height: auto;
}
.btn.accentL:hover {
  background-color: #fdf0f0;
}
.btn.accentL:before {
  background-image: none;
  height: auto;
  right: auto;
  position: relative;
  top: auto;
  width: auto;
  content: url(/assets/img/cmn/ico_arrow_accent_l.svg);
  margin-right: 10px;
}
.btn.accentL:after {
  content: none;
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}
.table-style th {
  background-color: #F58989;
  color: #ffffff;
  text-align: center;
  padding: 12px 8px;
}
.table-style td {
  background-color: #FFFBEB;
  text-align: left;
  padding: 12px 8px;
}
.table-style .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-style th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul, ol {
  padding-left: 0;
  list-style: none;
}

dl dt {
  margin-bottom: 0.2em;
}

.listNormal,
.listNowrap,
.listReference {
  padding-left: 0;
  list-style: none;
}

.listNormal li,
.listNum li {
  line-height: 1.5;
  margin-bottom: 1em;
}
.listNormal li:last-child,
.listNum li:last-child {
  margin-bottom: 0;
}

.listNormal li {
  padding-left: 16px;
  position: relative;
}
.listNormal li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #A19C9D;
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: auto;
}

.listNowrap li {
  display: inline-block;
}
.listNowrap li::before {
  display: none;
}
.listNowrap li:not(:last-child)::after {
  content: "/";
  color: #A19C9D;
  margin-left: 0.5em;
}

.listReference li {
  color: #A19C9D;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.4;
  font-size: 90%;
}
.listReference li::before {
  content: "※";
  margin-right: 0.5em;
}

.listNum {
  list-style: decimal-leading-zero;
}
.listNum li::marker {
  color: #F58989;
  font-weight: bold;
  font-size: 120%;
}

.timeline {
  padding-left: 1.5em;
}
@media screen and (min-width:640px) {
  .timeline {
    padding-left: 1em;
  }
}
.timeline > li {
  margin-bottom: 0;
  padding-bottom: 24px;
  border-left: 2px #ddd solid;
  padding-left: 0;
  padding-top: 0;
}
@media screen and (min-width:640px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
    display: flex;
    padding: 0;
    border: none;
  }
}
.timeline .timeline-date {
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
@media screen and (min-width:640px) {
  .timeline .timeline-date {
    width: 120px;
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 1em;
  }
}
.timeline .timeline-date::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #F58989;
  position: absolute;
  left: -6px;
  top: 4px;
  border-radius: 100%;
}
@media screen and (min-width:640px) {
  .timeline .timeline-date::before {
    content: none;
  }
}
.timeline .timeline-content {
  padding-left: 1.5em;
}
@media screen and (min-width:640px) {
  .timeline .timeline-content {
    width: 75%;
    border-left: 2px #ddd solid;
    padding-left: 32px;
    padding-top: 0;
    padding-bottom: 1em;
  }
  .timeline .timeline-content::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #F58989;
    position: absolute;
    left: 115px;
    top: 6px;
    border-radius: 100%;
  }
}

dl.col2 {
  display: flex;
  justify-content: start;
  margin-bottom: 0;
}
dl.col2 > * {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
dl.col2 dt {
  margin-right: 0.2em;
  flex-shrink: 0;
}
dl.col2 dt::after {
  content: "：";
  margin-left: 0.2em;
}
dl.col2 dd {
  width: 100%;
}

.imgGallery {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: space-between;
}
.imgGallery figure {
  margin: 0;
}
.imgGallery figure figcaption {
  margin-top: 0.6em;
  font-size: 90%;
}
.imgGallery.g2col li {
  width: calc(50% - 0.5em);
}
.imgGallery.g3col li {
  width: calc(33.3333333333% - 1em);
}
.imgGallery.g4col li {
  width: calc(25% - 1em);
}

.fixed-instagram {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F58989;
  border-radius: 8px 0 0 8px;
  line-height: 1;
  z-index: 1000;
  transition: opacity 0.5s ease-in-out;
}
.fixed-instagram.hide {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width:639px) {
  .fixed-instagram {
    bottom: 0;
    right: 0;
    left: 0;
    height: 48px;
    border-radius: 0;
  }
}
@media screen and (min-width:640px) {
  .fixed-instagram {
    bottom: 288px;
    right: 0;
    width: 56px;
    height: 160px;
    transform: translateY(100%);
  }
}
@media screen and (min-width:1400px) {
  .fixed-instagram {
    bottom: 330px;
    right: 0;
    width: 56px;
    height: 160px;
    transform: translateY(100%);
  }
}
.fixed-instagram:hover {
  text-decoration: none;
}
.fixed-instagram div {
  display: flex;
  align-items: center;
  position: relative;
  gap: 4px;
}
@media screen and (min-width:640px) {
  .fixed-instagram div {
    transform: rotate(90deg);
    top: -14px;
  }
}

.fixed-instagram img {
  transform: rotate(-90deg);
}
@media screen and (max-width:639px) {
  .fixed-instagram img {
    width: 20px;
    height: auto;
  }
}

.fixed-instagram .text {
  font-size: 14px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width:639px) {
  .fixed-instagram .text {
    font-size: 12.5px;
  }
}

/*---------------------------------------
text/fonts
---------------------------------------*/
.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.txtCL {
  color: #F58989;
}

.strong {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #f8f472 60%);
  font-weight: bold;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: #5D595A;
}

span.nowrap {
  white-space: nowrap;
}

/*---------------------------------------
layout
---------------------------------------*/
.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width:640px) {
  .img1 img {
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}
@media screen and (min-width:1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: flex;
}
.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}
.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}
@media screen and (min-width:640px) {
  .img2 img,
  .img3 img {
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img2 img,
  .img3 img {
    width: 512px;
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img2,
  .img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}
.img3 img:last-child {
  width: 33.3%;
}
@media screen and (min-width:640px) {
  .img3 img {
    height: 240px;
  }
}
@media screen and (min-width:1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.bg-gray {
  background-color: #FFFBEB;
  padding: 24px;
}
.bg-gray > *:first-child {
  margin-top: 0;
}
@media screen and (min-width:640px) {
  .bg-gray {
    padding: 24px 64px;
  }
}

.waku-box {
  border: 2px solid #E5DDD3;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 3em;
}
.waku-box > *:first-child {
  margin-top: 0;
}

hr {
  border: none;
  background-color: #ffffff;
  border-width: 2px 0 0 0;
  border-top: 1px solid;
  border-color: #F58989;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}
@media screen and (min-width:640px) {
  .pc {
    display: inherit;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width:640px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width:640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */