@charset "UTF-8";
@import url("./reset.css");
@import url("./glid.css");

html {
  font-size: 10px;
}

@media only screen and (max-width: 769px) {
  html {
    font-size: 10px;
  }
}

/* public */
* {
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  font-family: "Roboto", "a-otf-gothic-bbb-pr6n", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6em;
  letter-spacing: 0.04em;
  font-feature-settings: palt;
  line-height:1.6;
  color:#555555;
}

a {
  text-decoration: none;
}

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


@media print, screen and (max-width: 880px) {
  .title-A {
    font-size:2rem;
    color:#555555;
  }
}

@media print, screen and (min-width: 881px) {
  .title-A {
    font-size:3rem;
    color:#555555;
  }
}

.title-A-W {
  font-size:3rem;
  color:#ffffff;
}


section {
  padding-top: 6rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}


@media only screen and (max-width: 769px) {
  body {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
}

@media print, screen and (max-width: 880px) {
  .only-pc {
    display: none!important;
  }
  .only-sp {
    display: flex!important;
  }
}

@media print, screen and (min-width: 881px) {
  .only-pc {
    display: flex!important;
  }
  .only-sp {
    display: none!important;
  }
}

/* ---------------------------------------------------------------------------------------------
吹き出し
--------------------------------------------------------------------------------------------- */
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  min-width:60%;
  border-radius:6px;
}

@media print, screen and (max-width: 880px) {
  .balloon {
    font-size:1.8rem;
  }
}

@media print, screen and (min-width: 881px) {
  .balloon {
    font-size:2.4rem;
  }
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.balloon p {
  margin: 0;
  padding: 0;
}

/* ---------------------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------------------- */
#header {
}


@media only screen and (max-width: 880px) {
  #header {
    padding: 10px 0;
    height: 60px;
  }
  .logo {
    width: 10rem;
  }

  .header-inner {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 40px;
  }

}

@media print, screen and (min-width: 881px) {
  #header {
    height: 80px;
  }
  .logo {
    width: 18rem;
  }

  .header-inner {
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }

  .header-inner .tel {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    width:34rem;
  }

  .header-inner .tel p {
    width:100%;
  }

  .header-inner .tel .number {
    font-size: 3.6rem;
    line-height: 4rem;
    font-weight: bold;
    color:#EB6EA5;
  }

  .header-inner .tel .number img {
    width:60px;
  }

  .header-inner .tel .information {
    font-size: 1.4rem;
  }
}


.choice {
	background-image: url(../images/contents-back01.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color:#fff;
	font-size:1.6rem;
}



/* ---------------------------------------------------------------------------------------------
catch
--------------------------------------------------------------------------------------------- */
.catch {
  background-image: url("../images/catch.jpg");
  background-size: cover;
}

.catch .catch-inner {
  margin:10rem 0;
  background:#fff;
  padding:2rem;
}

.catch .catch-inner h1 {
  padding:1rem;
  background:#ffffcc;
  border-radius: 3rem;
  color:#0F4C81;
}

/* ---------------------------------------------------------------------------------------------
shop-list
--------------------------------------------------------------------------------------------- */
.shop-list .shop {
  padding: 1rem;
  background: #ccc;
  border-radius: 3rem;
  font-weight:bold;
}


/* ---------------------------------------------------------------------------------------------
information
--------------------------------------------------------------------------------------------- */
.information .title {
  padding: 1rem;
  background: #ccc;
  border-radius: 3rem;
}

.information .information-A {
  border: 3px solid #ed7986;;
  border-radius:6px;
}

.information .information-A .question {
  background:#ed7986;
  border-radius:6px;
  color:#ffffff;
  font-weight:bold;
}

.information .information-B {
  border: 3px solid #26b597;
  border-radius:6px;
}

.information .information-B .question {
  background:#26b597;
  border-radius:6px;
  color:#ffffff;
  font-weight:bold;
}

.information .information-A ul,.information .information-B ul {
  list-style:none;
}

/* ---------------------------------------------------------------------------------------------
flow
--------------------------------------------------------------------------------------------- */
.flow {
  background:#f5f5f5;
}

.flow ul {
  list-style: none;
}

.flow ul li {
  border: 3px solid #555555;;
  position:relative;
  border-radius:6px;
  background:#ffffff;
  margin-bottom:5rem;
}

.flow ul li:last-child {
  margin-bottom:0;
}

.flow ul li:before {
  content: "▼";
  position: absolute;
  bottom: -5rem;
  z-index: 99;
  font-size: 3rem;
  left:50%;
}

.flow ul li:last-child:before {
  content: "";
}

@media only screen and (max-width: 880px) {
  .flow ul li {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    min-height:8rem;
  }

  .flow .title {
    width:100%;
  }

  .flow .note {
    width:100%;
    padding:1rem;
  }

  .flow h3 {
    padding-left: 0rem;
    text-align:center;
    font-size: 1.6rem;
  }

  .flow01:before,.flow02:before,.flow03:before,.flow04:before,.flow05:before {
    position: absolute;
    z-index: 99;
    font-size: 3rem;
    width: 50px;
    left: -7px;
    top: -20px;
  }

  .flow01:before {
    content: url("../images/flow01.svg");
  }

  .flow02:before {
    content: url("../images/flow02.svg");
  }

  .flow03:before {
    content: url("../images/flow03.svg");
  }

  .flow04:before {
    content: url("../images/flow04.svg");
  }

  .flow05:before {
    content: url("../images/flow05.svg");
  }
}

@media only screen and (min-width: 881px) {
  .flow ul li {
    display: flex;
    align-items: center;
    height:8rem;
  }

  .flow .title {
    width:30%;
  }

  .flow .note {
    width:70%;
  }

  .flow h3 {
    padding-left: 8rem;
  }

  .flow01:before,.flow02:before,.flow03:before,.flow04:before,.flow05:before {
    position: absolute;
    z-index: 99;
    font-size: 3rem;
    width: 60px;
    left: 10px;
    top: 8px;
  }

  .flow01:before {
    content: url("../images/flow01.svg");
  }

  .flow02:before {
    content: url("../images/flow02.svg");
  }

  .flow03:before {
    content: url("../images/flow03.svg");
  }

  .flow04:before {
    content: url("../images/flow04.svg");
  }

  .flow05:before {
    content: url("../images/flow05.svg");
  }
}

/* ---------------------------------------------------------------------------------------------
contact
--------------------------------------------------------------------------------------------- */
.contact-inner {
  border: 3px solid #555555;;
  border-radius:6px;
}

@media only screen and (max-width: 880px) {
  .contact-inner .free img {
    height:4rem;
    padding:0 1rem;
  }

  .contact-inner .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }

  .contact-inner h3 {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    line-height: 3rem;
  }

  .contact-inner p {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 881px) {
  .contact-inner .free img {
    height:9rem;
    padding:0 2rem;
  }

  .contact-inner .tel {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-inner h3 {
    font-size: 5rem;
    padding: 0;
    margin: 0;
    line-height: 8rem;
  }

  .contact-inner p {
    font-size: 2.2rem;
  }
}

/* ---------------------------------------------------------------------------------------------
animation
--------------------------------------------------------------------------------------------- */
.scroll-animation-obj {
  opacity: 0;
  transition: all 0.5s ease 0.5s;
}
.scroll-animation-hop {
  transform: translate(0,60px);
}
.scroll-animation-left {
  transform: translate(-120px,0);
}
.scroll-animation-right {
  transform: translate(120px,0);
}

/* ---------------------------------------------------------------------------------------------
loading
--------------------------------------------------------------------------------------------- */
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #ff0000;
 
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #E83817;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/* ---------------------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------------------- */
footer {
  background:#eb6ea5;
  color:#ffffff;
  font-size:1rem;
}

