@charset "UTF-8";
/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 63.5%;
  scroll-behavior: smooth;
}
body {
  background-color: #f7b2b8;
  color: #434343;
  /*font: 1.4rem/1.5 '游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Osaka,'ＭＳ Ｐゴシック','MS PGothic',Arial,Helvetica,sans-serif;*/
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, sans-serif; /*for IE9*/
  font-size: 2.0rem; /*for IE9*/
  line-height: 1.6; /*for IE9*/
  -webkit-text-size-adjust: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
body {
/*font-size: 4.375vw;*/
font-size: 4.075vw;
}
}



/* --------------------------------
 * header
 * -------------------------------- */
.header-logo-wrap {
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  text-align: center;
  top: 0;
  left: 0;
  box-shadow: 0px -4px 4px 3px #C0C0C0;
  transition: all 0.5s ease-out;
}
.header-logo-wrap > div {
  height: 46px; /* header h1 height: 46px; */
}
/*.header.fixed {
  top: -100px;
}*/
.header-logo {
  padding-top: 3px;
  display: block;
  max-width: 180px;
  line-height: 1.0;
  margin: 0 auto;
}
/* ----------------
 * #footer-nav-wrap
 * ---------------- */
#footer-nav-wrap {
  position: fixed;
  z-index: 99;
  width: 100%;
  bottom: 0px;
}
/*　上に上がる動き　*/
#footer-nav-wrap.UpMove {
  animation: FooterNavUp 0.5s forwards;
}
@keyframes FooterNavUp {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(150px);
  }
}
/*　下に下がる動き　*/
#footer-nav-wrap.DownMove {
  animation: FooterNavDown 0.5s forwards;
}
@keyframes FooterNavDown {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* ----------------
 * page-top
 * ---------------- */
.page-top {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: hsla(0, 0%, 100%, 0.80);
  border-radius: 25px;
  border: 1px solid hsla(0, 0%, 67%, 0.80);
  width: 50px;
  height: 50px;
  color: #AAAAAA;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 3.0rem;
  transition: all 0.3s;
}
.page-top a:hover {
  background: hsla(0, 0%, 100%, 1.00);
}
/* --------------------------------
 * footer-wrap
 * -------------------------------- */
.footer-wrap {
padding: 30px 0px 0px;
background-color: #E9ECEE;
}
.footer-wrap iframe {
width: 100%;
min-height: 290px;
}
@media screen and (max-width: 767px) {
.footer-wrap {
padding: 30px 0px 50px;
}
.footer-wrap iframe {
min-height: 430px;
}
}
@media screen and (max-width: 340px) {
.footer-wrap iframe {
min-height: 500px;
}
}
@media screen and (max-width: 290px) {
.footer-wrap iframe {
min-height: 550px;
}
}

/* --------------------------------
 * ttl-wrap
 * -------------------------------- */
main {
  margin: 59px auto 13px;/* header height: 46px;+13px */
  max-width: 600px;
  width: calc(100% - 26px);
}
/* --------------------------------
 * content-wrap
 * -------------------------------- */
/*.content-wrap {
  padding-top: 46px;
  margin-top: -46px;
  position: relative;
}*/



/* --------------------------------
 * content-first
 * -------------------------------- */
.content-first {
  background-color: #fff;
  padding: 40px;
}
.content-first h1 {
  text-align: center;
  font-size: 105%;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: .8em;
}
.content-first h2 {
  text-align: center;
  font-size: 220%;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: .6em;
}
.content-first .note {
  font-size: 70%;
  line-height: 1.3;
}
.content-first .info {
  text-align: center;
  font-size: 110%;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 1.5em;
  border: 2px solid #434343;
  border-radius: 5px;
  padding: 1em 3px;
}
.content-first .info02 {
  text-align: center;
  font-size: 110%;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 600px) {
.content-first {
  padding: 25px;
}
}

/* --------------------------------
 * content-second
 * -------------------------------- */
.content-second {
  background-color: #fff;
  padding: 73px 40px 40px;
  margin-top: 13px;
  position: relative;
}
.content-second::after {
	content: "";
	position: absolute;
	height: 50px;
	width: 100%;
	top: -13px;
	left: 0px;
	background-image: url("../img/arrow.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.content-second-no {
  margin-bottom: 3em;
}
.content-second-no h2 {
  margin-bottom: .8em;
}
.content-second-no h3 {
  text-align: center;
  color: #E60012;
  font-size: 95%;
  font-weight: 600;
  padding-bottom: .3em;
  margin-bottom: .8em;
  border-bottom: 2px dotted #E60012;
  letter-spacing: .1px;
}
.content-second-no h4 {
  text-align: center;
  font-size: 95%;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
.content-second-no h4::before, .content-second-no h4::after {
  content: "▼";
  color: #41B25D;
}
.content-second-no h4::before {
  margin-right: .3em;
}
.content-second-no h4::after {
  margin-left: .3em;
}
.content-second-no .note {
  font-size: 70%;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
.content-second {
  padding: 48px 25px 25px;
}
.content-second::after {
	height: 30px;
}
}

/* --------------------------------
 * content-second .access-wrap
 * -------------------------------- */
.access-wrap {
  border: 2px solid #F7B2B8;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 1.5em;
}
.access-wrap h2 {
  text-align: center;
  font-size: 95%;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
  padding: .6em 0;
  background-color: #fbd9db;
}
.access-wrap .access {
  margin: 1.5em 1em 0px;
}
.access-wrap .access:nth-of-type(1), .access-wrap .access:nth-of-type(2) {
  border-bottom: 2px dashed #434343;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
.access-wrap .access h3 {
  font-size: 95%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 0px 0px 0px 1.3em;
}
.access-wrap .access h3::before {
  content: "■";
  position: absolute;
  top: 0px;
  left: 0px;
}
.access-wrap  .access:nth-of-type(1) h3 {
  color: #41B25D;
}
.access-wrap  .access:nth-of-type(2) h3 {
  color: #54C3F1;
}
.access-wrap  .access:nth-of-type(3) h3 {
  color: #434343;
}
.access-wrap .access h4 {
  font-size: 95%;
  text-decoration: underline;
}
.access-wrap .access .tel-no {
  color: #434343;
  text-decoration: none;
  font-size: 155%;
  letter-spacing: 1px;
  font-weight: 900;
  line-height: 1.2;
}
.access-wrap .access .tel-no::before {
  content: "TEL";
  font-size: 60%;
  font-weight: 600;
  margin-right: .5em;
}
.access-wrap .access .time {
  font-weight: 600;
}
.access-wrap .access .time::before {
  content: "受付時間";
  font-size: 60%;
  font-weight: 400;
  margin-right: .8em;
  display: inline-block;
  border: 1px solid #434343;
  border-radius: 3px;
  line-height: 1;
  padding: .2em .3em;
  letter-spacing: 1px;
}
.access-wrap .access .note {
  font-size: 75%;
  line-height: 1.3;
}
.access-wrap .access .note a {
  color: #E60012;
  letter-spacing: 1px;
  font-weight: 600;
}



.access-wrap .access .tel-no02 {
  color: #434343;
  text-decoration: none;
  font-size: 123%;
  font-weight: 600;
  line-height: 1.2;
}
.access-wrap .access .tel-no02::before {
  content: "TEL";
  font-size: 70%;
  font-weight: 600;
  margin-right: .3em;
}
.access-wrap .access .tel-no02::after {
  content: "（ナビダイヤル）";
  font-size: 55%;
  font-weight: 400;
}
.access-wrap .access .tel-no03 {
  color: #434343;
  text-decoration: none;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.2;
}
.access-wrap .access .tel-no03::before {
  content: "または";
  font-size: 80%;
  font-weight: 400;
  margin-right: .5em;
}



