@CHARSET "UTF-8";

/* ===================================================================
フォントの指定
=================================================================== */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* ゴシック体 */
html body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* ================================================================ */

html body {
  color: #ac2850;
  background: #fff;
  overflow-x: hidden;
}

/*html body #container {
  line-height: 1;
  width: 960px;
  margin: 0 auto;
}*/

html body #container article,
html body #container section,
html body #container footer {
  line-height: 1.5;
}

img {
  display: block;
}

header a,
nav a,
footer a {
  color: #ac2850;
  text-decoration: none;
}

a:not(.button):hover {
  color: red ! important;
}

/* フォントサイズ設定 */
@media screen and (max-width: 480px) {
  html {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
  html {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 641px) {
  html {
    font-size: 16px !important;
  }
}

/* ===================================================================
ベース
=================================================================== */
article {
  margin: 1rem auto 0;
}

#container.area_flex {
  min-height: 100vh;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}

#container .size,
#main .sub_size {
  margin-left: auto;
  margin-right: auto;
}

#main .sub_size {
  max-width: 800px;
  overflow: hidden;
}

#container {
  margin: 0 auto;
}


/* header */
#header_menu {
  margin-top: 0.5rem;
}

#header_menu>div {
  margin-bottom: 1.5rem;
}

#header_menu>div a {
  text-decoration: none;
  color: #ac2850;
}

#header_menu>ul li {
  display: table-cell;
  vertical-align: middle;
}

#header_menu>div line {}


/* wrapper */
#container>#wrapper {}

#wrapper>#main.flex-item,
#wrapper>#sidebar.flex-item {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}

/* footer */
footer a {
  color: #ac2850;
}

/* copyright */
#bsc-copyright {
  font-size: .7rem;
}

/* ===================================================================
pc nav固定
=================================================================== */
.nav_is-fixed {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* ===================================================================
見出し
=================================================================== */
h1 {
  font-size: 1.5rem;
}

#wrapper *+h2,
#wrapper *+h3,
#wrapper *+h4,
#wrapper *+h5 {
  margin-top: 2rem;
}

h2 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: #ac2850;
  font-weight: normal;
}

h2 img {
  width: 60%;
}

#link-banner_area h3 {
  text-align: center;
  font-size: 2.5rem;
  color: #6e0238;
  margin-bottom: 1.5rem;
}


/* ===================================================================
section
=================================================================== */
#wrapper *+section {
  margin-top: 2rem;
}


/* ===================================================================
テキスト
=================================================================== */
p {}

p+p {
  margin-top: 1.5em;
}

.red {
  color: #ac2850;
}

.pink {
  color: #f25298;
}


/* ===================================================================
汎用
=================================================================== */
/* ページトップに戻る */
#totop {
  z-index: 2147483647;
  display: none;
  position: fixed;
  bottom: 4.3rem;
  right: 1rem;
}

#totop a {
  display: block;
  width: 3rem;
  height: 3rem;
  background: #333;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 3rem;

  border-radius: 25px;
  /* CSS3草案 */
  -webkit-border-radius: 25px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 25px;
  /* Firefox用 */
  text-decoration: none ! important;
}

#totop a:hover {
  -webkit-filter: opacity(0.7);
  -moz-filter: opacity(0.7);
  -o-filter: opacity(0.7);
  -ms-filter: opacity(0.7);
  filter: opacity(0.7);
}

/*ヘッダー*/
.headline p {
  padding-top: 2rem;
  font-size: 35px;
}

.header_txt p {
  padding-bottom: 2.5rem;
  color: #555;
  font-size: 25px;
}

.header_txt .pink {
  font-size: 60px;
  color: #ff3d7e;
}

.header_txt .red {
  font-size: 40px;
  color: #ac2850;
}

.header_txt .brush {
  color: #555;
  font-size: 40px;
}

/* link-icon */
.link-icon,
.link-icon:before {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  text-align: left;
}

.size {
  margin-left: auto;
  margin-right: auto;
}

div.link div {
  margin: 3rem auto;
}

div.link div.tel a {
  color: #fff;
  border: 1.5px solid #ac2850;
  background-color: #ac2850;
  padding: .5rem 4.5rem;
}

div.link div a:hover {
  text-decoration: none;
}

div.link div.line a {
  color: #fff;
  border: 1.5px solid #33b593;
  background-color: #33b593;
  margin: 0%;
  padding: .5rem 2rem;
}

.bold {
  font-weight: bold;
}

.conversion {
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.conversion img {
  width: 100%;
}


.zoom:before {
  content: url(./images/icon_zoom.png);
  margin-right: 0.5em;
}

/* ===================================================================
list
=================================================================== */


/* ===================================================================
area
==================================================================== */
/* swiper */
.swiper-wrapper,
.swiper-slide {
  line-height: 0 !important;
}

/* lightbox */
.area_lightbox {
  margin: 1rem auto !important;
  text-align: center;
  /* flexbox */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  /* justify-content:均等配置 */
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.area_lightbox .lightbox-item {
  line-height: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}

.area_lightbox .lightbox-item img {
  display: block;
  width: 99%;
  margin: auto;
}

.area_lightbox .lightbox-item.is-empty {
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* .button */
ul.area_button {
  margin: 0 !important;
  text-align: center;
}

ul.area_button>li {
  display: inline-block !important;
}

ul.area_button>li {
  margin: 1rem;
}

.button {
  /* 単体でも一応使える(左寄せになる) */
  margin: 1rem auto;
  padding: .75rem 1rem;
  display: inline-block;
  background: #ac2850;
  text-decoration: none;
  border: 2px solid #ac2850;
  /* 文字と文字の間隔をあける */
  line-height: 1;
  letter-spacing: .2em;
  min-width: 10em;
  color: #fff;
}

.button.back {
  background: #fff;
  color: #000;
}

.button:hover {
  background: #fff;
  color: #5978a6;
  cursor: pointer;
}

.notice {
  margin-bottom: 2rem;
}

.notice h3 {
  text-decoration: none;
  font-size: 1.3rem;
  padding-bottom: 1.5rem;
}

.notice p {
  text-indent: 0;
}

.notice p+p {
  margin-top: .5rem;
}

#link-banner_area:not(.no-bg) {
  border: 1.5px solid #aaa;
  border-radius: 10px;
  padding: 1.5rem 1rem;
}

#link-banner_area div+div {
  margin-top: 1rem;
}

#news p {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  color: #605e5e;
  font-size: 1.2rem;
}

#image .img {
  margin: 70px 0;
  padding: 70px 0;
}

#reason {
  background-color: #fae5ec;
  position: relative;
  margin-top: 2rem;

  &:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;

    display: block;

    width: 100vw;
    height: 100%;

    background-color: #fae5ec;

    content: "";
    transform: translateX(-50%);
  }
}


#before-after {
  background: #f7eaf1;
  position: relative;
  margin-top: 2rem;

  &:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;

    display: block;

    width: 100vw;
    height: 100%;

    background: #f7eaf1;

    content: "";
    transform: translateX(-50%);
  }
}

#before-after .ba_margin {
  margin-top: .5rem;
}

#before-after ul {
  padding-bottom: 3rem;
}

#before-after ul li {
  width: 46%;
  padding: .5rem 0;
}

#store {
  width: 95%;
  margin: 1.5rem auto;
  padding: 2rem .2rem;
  color: #555;
}

#merit {
  background-color: #f7eaf1;
}

#merit h2 {
  color: #fff;
}

#merit ul li {
  margin-bottom: 2rem;
}

#merit p {
  color: #fff;
  font-size: 1.2rem;
}

#menu .menu_txt {
  color: #605e5e;
  margin: 2rem 0 2rem 2rem;
}

#plan>div {
  margin-top: 2rem;
}

#faq {
  background-color: #f7eaf1;
  position: relative;

  &:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;

    display: block;

    width: 100vw;
    height: 100%;

    background-color: #f7eaf1;

    content: "";
    transform: translateX(-50%);
  }
}

#faq dl {
  margin: 1.5rem auto;
  padding: 2rem .2rem;
}

#faq dl dt {
  text-align: center;
  font-size: 1.2rem;
  color: #d23d6e;
}

#faq dl.area_faq>* {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.2rem;
}

#faq dl dd {
  color: #611a32;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: .5rem;
  margin-bottom: 1.3rem;
  padding-left: .3rem;
  padding-right: .3rem;
}

#flow {
  line-height: 1.3rem;
}

#flow .kodawari {
  margin: 1.5rem 0;
}

#flow .flex-flow {
  margin: 1.5rem 0;
  background-color: #f7eaf1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

#flow .flex-flow>* {
  padding: .8rem .5rem;
}

#flow h4 {
  background-color: #ac2850;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: .5rem .8rem;
  margin-bottom: .8rem;
}

#flow .flex-flow p+p {
  margin-top: 1rem;
}

#flow .flex-flow div {
  position: relative;
}

#flow .flex-flow .img .class .s4 {
  justify-content: center;
  align-items: center;
  padding: .8rem 0;
}

#flow ul {
  border: 1px solid #f0bdc4;
  /* 内側の線 */
  margin: 20px auto;
  padding: .7rem 0;
  position: relative;
  z-index: 0;
  width: 98%;
}

#flow ul:before {
  border: 2px solid #f0bdc4;
  /* 外側の線 */
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  z-index: -1;
}

#flow ul li {
  padding: 0 .7rem;
}

#sns ul {
  padding-top: 1rem;
}

#sns ul li {
  width: 12%;
}

#photo ul {
  width: 95%;
  margin-top: .8rem;
  margin-right: auto;
  margin-left: auto;
}

#photo ul li {
  width: 50%;
}

#sns>div {
  margin-top: 2rem;
}

#map ul.store-add {
  margin-left: 1.5rem;
}

#map .parking {
  margin-top: 2rem;
}

#map .parking img {
  width: 80%;
}

#ozone {
  text-align: center;
}

#ozone ul li .ozone-img {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

#app {
  margin-top: 4.5rem;
  margin-bottom: 3rem;
  background-color: #c6e7f9;
  padding: 1rem 0;
  border: 3px dotted #fff;
  box-shadow: 0 0 0 10px #c6e7f9;
}

#app ul li>div>div+div {
  margin-top: .8rem;
}

#app ul li.app_sp img {
  padding: 0;
  margin-right: 2rem;
}


#app ul li.app_banner {
  position: relative;
}

#app ul li.app_banner img {
  padding: 1rem;
  margin-bottom: 10rem;
}

#app ul li.app_banner .qr {
  padding-top: 1rem;
  width: 100%;
  position: absolute;
  top: 50px;
  bottom: 50px;
}


/* ===================================================================
media screen
=================================================================== */
/* スマホ */
@media screen and (max-width: 640px) {

  h2 {
    font-size: 1rem;
  }

  footer {
    margin-bottom: 17%;
  }

  #header_menu>ul {
    display: inline-table;
  }

  #header_menu div span {
    text-align: center;
    font-size: 1rem;
    margin: 0 auto;
  }

  #header_menu>ul li img {
    margin: 0 auto;
  }

  #header_menu>ul li.sp-none {
    display: none;
  }

  .headline p {
    padding-top: 0;
    font-size: 1.6rem;
  }

  .header_txt p {
    display: block;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .header_txt .pink {
    display: block;
    font-size: 2rem;
  }

  .header_txt .red {
    display: block;
    font-size: 1rem;
  }

  .header_txt .brush {
    display: block;
    font-size: 1rem;
  }

  #news p {
    text-align: center;
  }

  #flow .flex-flow {
    display: block;
  }

  #flow .flex-flow>* {
    width: 100%;
  }

  #flow .flex-flow img {
    width: 40%;
    height: auto;
    margin: 0 auto;
  }

  #flow p {
    flex-direction: column;
  }

  #first>p {
    width: 100%;
  }

  #menu .menu-disp img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  #menu .menu_txt {
    font-size: 1.2rem;
  }

  #map .map-disp {
    display: inline;
  }

  #map .map-disp>div+div {
    margin-top: 1.5rem;
  }

  #map .map-disp img {
    margin-right: auto;
    margin-left: auto;
  }

  #map ul.store-add {
    margin-left: 0;
    text-align: center;
  }

  #map .parking img {
    width: 100%;
  }

  #app ul li {
    width: 50%;
  }

  #app ul li img {
    width: 85%;
    margin: .2rem auto;
  }

  #app ul li.app_sp img {
    margin-right: 0;
    padding: 1rem;
  }
  
  #app ul li.app_banner {
    margin-bottom: 1rem;
  }

  #notice_covid19 ul li.txt_covid19 img {
    display: none;
  }

  #notice_covid19 ul li.txt_covid19 {
    flex-basis: 55%;
    margin-left: 1rem;
    font-size: .5rem;
  }

  #link-banner_area h3 {
    font-size: 1.5rem;
  }

  #totop {
    bottom: 5rem;
  }
}

/* タブレット1 */
@media screen and (min-width: 641px) {

  .conversion,
  #notice_covid19>.ozone-img {
    display: none !important;
  }

  #ozone>.ozone-img {
    display: none !important;
  }

  #app ul li>div+div {
    margin-top: 1rem;
  }
}


@media screen and (min-width: 641px) and (max-width: 801px) {
  #flow ul li {
    width: 30%;
  }
}


/* タブレット2以下 */
@media screen and (max-width: 800px) {
  #menu .menu-disp {
    display: inline;
  }

  #merit ul li {
    width: 33%;
  }

}


/* タブレット2以上 */
@media screen and (min-width: 801px) {}

/* ipad */
@media screen and (min-width: 801px) and (max-width: 1024px) {}

/* ipad以下 */
@media screen and (max-width: 1024px) {
  .size {
    padding-left: .8rem;
    padding-right: .8rem;
    width: 100%;
  }
}

/* PC */
@media screen and (min-width: 1025px) {
  .size {
    width: 900px;
  }

  #bsc-copyright {
    margin: .25rem .25rem 0;
  }
}