@charset "utf-8";
/* CSS Document */
/*----------------------------------------
全体設定
----------------------------------------*/
html {
  font-size: 62.5%; /*emの計算がしやすくなる為の定番設定*/
  scroll-behavior: smooth;
}
/*body全体の初期スタイル設定*/
body {
  max-width: 720px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 1.6rem; /*=16px*/
  line-height: 1.6;
  color: #000000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media only screen and (max-width : 768px) {
  body {
    border: none;
  }
}
img {
  width: 100%;
  vertical-align: bottom;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
  color: #0000ff;
  transition: .3s;
}
a:hover, a:active {
  color: #000086;
}
/*見出しタグ設定（PC）*/
h2 {
  margin: 0em 0em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  font-weight: bold;
  border-left: 8px solid #32C1D0;
  border-bottom: 1px dotted #32C1D0;
}
/*----------------------------------------
全体レイアウト
----------------------------------------*/
/*全体エリア*/
.container, .footer {
  width: 100%;
  overflow: hidden;
}
/*----------------------------------------
各種コンテンツ設定
----------------------------------------*/
/*----------------------------------------
コンテンツ（CTA）
----------------------------------------*/
.cta_btns {
  background-image: url("../images/bg_cta@2x.webp");
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 3% 10% 0;
}

.last_cta {
	background-color: #f6ab00;
	padding-top: 5%;
}

.kirakira {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 300ms;
  margin-bottom: 3%;
}
.kirakira::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #FFFFFF;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
.kirakira:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*----------------------------------------
コンテンツ（サービス）
----------------------------------------*/
.cts_service {
  background-color: #ea5404;
}
.title_service {
  margin-bottom: 4%;
}
.sub01_service, .sub02_service, .sub03_service, .sub04_service {
  position: relative;
  z-index: 1;
}
.sub01_service {
  margin-bottom: -6%;
}
.sub02_service, .sub03_service {
  margin-bottom: -4%;
}
.sub04_service {
  margin-bottom: -3%;
}
.img_service {
  width: 90%;
  margin: 0 auto;
  border: 5px solid #000000;
  margin-bottom: 3%;
}
.mov_service {
  text-align: center;
  margin-bottom: 3%;
}
.mov_service video {
  width: 90%;
  border: 5px solid #000000;
}
.txt_service03 {
  margin-bottom: 5%;
}
/*----------------------------------------
コンテンツ（店舗情報）
----------------------------------------*/
.cts_shop {
  background-size: 100%;
  background-color: #FFFFFF;
  padding: 8% 0% 3%;
}
.cts_shop_inr {
  padding: 0% 3%;
}
.simbol {
  width: 25%;
  margin: 0 auto;
  margin-bottom: 0em;
}
.name_shop {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}
.box_access {
  background-color: #32c1d0;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0.7em;
}
.line_white {
  border-bottom: 1px solid #FFFFFF;
}
.img_shop {
  margin-bottom: 5%;
}
.box_map {
  padding: 0 8%;
  text-align: center;
}
.img_map {
  margin-bottom: 1em;
}
a.btn_map {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  text-align: center;
  background-color: #FFFFFF;
  border: 3px solid #000000;
  border-radius: 50px;
  padding: 1em 0;
  transition: .3s;
  margin-bottom: 8%;
  width: 90%;
}
a.btn_map:hover, a.btn_map:active {
  background-color: #ade5ec;
}
/*----------------------------------------
コンテンツ（プライバシー）
----------------------------------------*/
.cts_privacy {
  padding: 8% 3%;
}
.cts_privacy h2 {
  font-size: 1.6em;
  margin-bottom: 1em;
}
/*----------------------------------------
テーブル設定
----------------------------------------*/
table {
  margin: 1em 0em 8%;
}
th, td {
  padding: 0.5em;
}
th {
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: center;
  color: #32c1d0;
}
td {
  font-size: 0.9em;
  padding-left: 1rem;
}
/*テーブルタグをブロック表示*/
table.table_style01, table.table_style01 tr, table.table_style01 th, table.table_style01 td {
  display: block;
  border: none;
}
table.table_style01 tbody, table.table_style01 th, table.table_style01 td {
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: padding-box;
}
table.table_style01 {
  zoom: 1;
}
table.table_style01:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
/*----------------------------------------
フッター部分
----------------------------------------*/
.footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 3% 0em 27%;
  text-align: center;
}
.footer a {
  color: #FFFFFF;
  transition: .3s;
}
.footer a:hover, .footer a:active {
  color: #CCCCCC;
}

.footer_cta {
    display: block;
	width: 100%;
    position: fixed;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0%);
    z-index: 2;
  }

.footer_cta .kirakira {
	margin-bottom: 0;
}

@media screen and (min-width: 721px) {
.footer_cta {
	width: 720px;
  }
}