/*
* 基本スタイル
* ┗共通スタイル
* ヘッダー
* ┗グローバルナビゲーション
* フッター
* 汎用
* パーツ
*/
/* LESS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');*/
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.5rem;
  font-feature-settings: 'palt';
  background-color: #DAE7F1;
}
p {
  margin-bottom: 1em;
}
p:nth-last-child(1) {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  clear: both;
  border: none;
  border-top: #999 1px dotted;
  margin: 30px 0;
}
strong.strong {
  margin-bottom: 2px;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #D2000D, #A2001A) 1;
}
/* -------------------------------- テーブル */
table {
  margin: 0 0 20px;
}
table th {
  border: #999 1px solid;
  background: #F1D9DD;
  text-align: center;
  padding: 3px 5px;
}
table td {
  border: #999 1px solid;
  text-align: center;
  padding: 3px 5px;
}
@media screen and (max-width: 767px) {
  .tableWrap {
    overflow: auto;
    white-space: nowrap;
  }
  .tableWrap::-webkit-scrollbar {
    background: #CCC;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
  .tableWrap::-webkit-scrollbar-thumb {
    background: #A4C4DC;
    border-radius: 15px;
  }
  table.tableResponsive thead {
    display: none;
  }
  table.tableResponsive th {
    display: block;
  }
  table.tableResponsive tr {
    display: block;
    margin-top: 10px;
  }
  table.tableResponsive td {
    display: block;
    border-top: none;
  }
  table.tableResponsive td::before {
    content: attr(aria-label);
    display: inline-block;
    width: 50px;
  }
}
/* -------------------------------- リスト */
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 16px;
}
.dlborder dt {
  margin: 0;
  padding: 16px 20px 2px;
}
.dlborder dd {
  margin: 0;
  padding: 0 20px 16px;
  border-bottom: 1px solid #DDD;
}
.listDisc_01 {
  padding: 0 0 0 2rem;
  list-style: disc;
}
.listDisc_01 li ::marker {
  color: #DDD;
}
.listDisc_01 li:not(:last-child) {
  margin: 0 0 5px;
}
.listDisc_03 {
  padding: 0 0 0 1.5rem;
}
.listDisc_03 li:not(:last-child) {
  margin: 0 0 0;
}
.listDisc_03 li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #A4C4DC;
  margin-right: -8px;
  font-size: 1rem;
  text-align: center;
  vertical-align: 2px;
  position: relative;
  left: -12px;
}
.listDecimal_01 {
  list-style: decimal;
  padding-left: 25px;
}
.listDecimal_01 > li {
  text-indent: 0;
}
.listDecimal_02 {
  padding: 0 0 0 2.5rem;
}
.listDecimal_02 > li {
  counter-increment: number;
  margin-bottom: 10px;
}
.listDecimal_02 > li::before {
  content: '(' counter(number) ') ';
  display: inline-block;
  width: 2.5rem;
  margin: 0 0 0 -2.5rem;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	general
+++++++++++++++++++++++++++++++++++++++++++ */
.inner {
  width: 100%;
  padding: 10px 20px;
}
main {
  overflow: hidden;
}
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 2rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*+++++++++++++++++++++++++++++++++++++++++++
	contents
+++++++++++++++++++++++++++++++++++++++++++ */
main {
  max-width: 675px;
  margin: auto;
  background-color: #FFF;
}
h2 {
  position: relative;
  margin: 40px 0;
  font-size: 2.4rem;
  font-weight: normal;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  line-height: 1.2;
}
h2::before {
  position: absolute;
  width: 100px;
  border-bottom: 4px solid #A4C4DC;
  top: 140%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
}
h3 {
  position: relative;
  margin: 10px 0;
  padding: 0 0 0 30px;
  font-size: 2rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.4;
}
h3::before {
  position: absolute;
  width: 24px;
  border-bottom: 4px solid #A4C4DC;
  top: 50%;
  left: 0;
  content: '';
}
.box-blueline {
  margin: 20px;
  padding: 10px;
  border: 2px solid #A4C4DC;
  border-radius: 10px;
}
.framebox {
  margin: 16px 3%;
  padding: 14px;
  background-color: #FFF;
  border-radius: 9px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
.listbox {
  margin: 0;
  padding: 10px 0;
  background-color: #F1F6FA;
  font-size: 1.4rem;
  /* インフルエンサーリスト */
  /* 店舗（依頼）リスト */
}
.listbox a.linkwrapper {
  display: block;
  position: relative;
  padding: 14px;
  text-decoration: none;
}
.listbox a.linkwrapper::after {
  position: absolute;
  font: var(--fa-font-solid);
  content: "\f054";
  color: #A4C4DC;
  top: 50%;
  right: 10px;
}
.listbox.influencer .framebox {
  padding: 0;
}
.listbox.influencer .box-left {
  width: 120px;
  float: left;
  text-align: center;
}
.listbox.influencer .box-left .photo {
  width: 120px;
  height: 120px;
}
.listbox.influencer .box-right {
  float: left;
  width: calc(100% - 140px);
  margin-left: 16px;
}
.listbox.store .framebox {
  padding: 0;
}
.listbox.store .box-left {
  width: 140px;
  float: left;
  text-align: center;
}
.listbox.store .box-left .photo {
  width: 140px;
  height: 100px;
}
.listbox.store .box-right {
  float: left;
  width: calc(100% - 154px);
  margin-left: 10px;
}
.listbox.store .box-right .speclist {
  margin-bottom: 0;
}
.listbox.store .box-right .speclist dd {
  margin-bottom: 0;
}
/* ページャー */
.pagerlist {
  margin: 24px 16px;
  text-align: center;
}
.pagerlist li {
  display: inline-block;
}
.pagerlist li a {
  display: block;
  width: 42px;
  height: 42px;
  border: 2px solid #A4C4DC;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #A4C4DC;
  line-height: 38px;
  text-decoration: none;
}
.pagerlist li.noBorder a {
  border: none;
}
.pagerlist li.current a {
  background-color: #A4C4DC;
  color: #FFF;
}
.btn-backtoindex {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
  color: #659BC5;
}
/* インフルエンサー詳細 */
.influencer-detail {
  margin-bottom: 20px;
}
.influencer-detail .photo {
  width: 180px;
  height: 180px;
}
.store-detail {
  margin-bottom: 20px;
}
.store-detail .photo {
  width: 320px;
  height: 240px;
}
/* 履歴詳細 ステータスアイコン */
.statusicon {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 20px;
  background-color: #999;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1;
}
.statusicon[data-status="依頼中"] {
  background-color: #FF7500;
}
.statusicon[data-status="実施中"] {
  background-color: #00ABFF;
}
/* 実績確認 */
.inf-result .box-blueline {
  margin-bottom: 10px;
}
.inf-result .summary {
  display: grid;
  grid-template-columns: 33% 33% 1fr;
  margin: 0 0 10px;
  padding: 8px 0;
  text-align: center;
  background-color: #F2F8FB;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  line-height: 1.4;
}
.inf-result .summary .summary-data {
  font-size: 1.8rem;
}
.inf-result .inf-result-detail .speclist2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.inf-result .inf-result-detail .speclist2 dd {
  margin-bottom: 0;
}
/* -------------------------------- ホーム */
h2.index-mv {
  margin: 0;
  padding: 0;
  position: relative;
}
h2.index-mv img.photo {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
h2.index-mv img.text {
  position: absolute;
  width: 340px;
  height: auto;
  top: 224px;
  left: 0;
}
h2.index-mv img.text.inf {
  left: auto;
  right: 0;
}
h2.index-mv::before {
  display: none;
}
.h-brown::before {
  border-bottom: 4px solid #DBB5A6;
}
.h-green::before {
  border-bottom: 4px solid #AEDBA6;
}
.h-purple::before {
  border-bottom: 4px solid #C7A6DB;
}
.h-pink::before {
  border-bottom: 4px solid #FA8C87;
}
.h-blue::before {
  border-bottom: 4px solid #395FBF;
}
.flow {
  padding: 10px 0;
  background-color: #F5F0EB;
}
.flow .flow-grid {
  display: grid;
  margin: 10px 20px;
  grid-template-columns: 64px 1fr;
  gap: 0 20px;
}
.listbox.case {
  background-color: #FFF;
}
.listbox.case .framebox {
  border-radius: 0;
  padding: 0px 0 1px;
}
.listbox.case p.photo {
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
}
.listbox.case p.photo i {
  color: #000;
}
.listbox.case p.text {
  margin: 12px 16px;
  line-height: 1.4;
}
.listbox.case p.text strong {
  font-size: 1.6rem;
}
.listbox.case p.text i {
  color: #000;
  font-size: 2rem;
}
.login-wrapper {
  margin: 10px 0;
  padding: 10px;
  background-color: #FEE8E7;
  border-radius: 10px;
  text-align: center;
}
.login-wrapper p {
  font-size: 1.6rem;
  color: #C53333;
}
.login-wrapper i {
  color: #C53333;
  font-size: 2.4rem;
}
.login-wrapper.inf {
  background-color: #EBEFF8;
}
.login-wrapper.inf p,
.login-wrapper.inf i {
  color: #395FBF;
}
.login-wrapper .g_id_signin {
  display: inline-block;
}
.qa {
  margin: 0 0 40px;
}
.qa .qa-list {
  padding: 0 20px 10px;
  border-bottom: 1px dotted #999;
}
.qa .qa-list dt {
  position: relative;
  margin: 10px 0;
  padding: 16px 30px 6px;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px dotted #999;
}
.qa .qa-list dt:first-child {
  border-top: none;
}
.qa .qa-list dt::before {
  display: block;
  position: absolute;
  left: 0;
  content: "Q";
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 2.4rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #7FCCC0;
  text-align: center;
}
.qa .qa-list dt::after {
  display: block;
  margin: auto 0;
  position: absolute;
  height: 24px;
  right: 0;
  top: 0;
  bottom: 0;
  content: "\f055";
  font-size: 2.4rem;
  font-weight: 400;
  font-family: FontAwesome;
  color: #7FCCC0;
  line-height: 1;
}
.qa .qa-list dt.open::after {
  content: "\f056";
}
.qa .qa-list dd {
  position: relative;
  margin-top: -10px;
  padding-left: 30px;
  padding-right: 30px;
}
.qa .qa-list dd::before {
  display: block;
  position: absolute;
  left: 0;
  content: "A";
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 2.4rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  color: #CD7DCD;
}
/* -------------------------------- モーダル */
.modal {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-frame-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-frame-wrapper .modal-frame {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 480px;
  max-height: 95%;
  margin: 10px;
  padding: 14px;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0px #666;
}
.modal .modal-frame-wrapper .modal-frame .modal-contents {
  max-height: 90vh;
  overflow-y: auto;
}
.modal .modal-frame-wrapper .modal-frame h2 {
  font-size: 1.8rem;
}
.modal .modal-frame-wrapper .modal-frame .btn-close {
  display: block;
  position: absolute;
  top: -16px;
  right: -10px;
  padding: 8px;
  background-color: #FFF;
  border-radius: 999px;
  line-height: 1;
  text-align: center;
}
.modal .modal-frame-wrapper .modal-frame .btn-close i {
  color: #A4C4DC;
  font-size: 36px;
}
.modal .modal-frame-wrapper .modal-frame h2 {
  margin: 0 0 10px;
  padding: 0 30px 0 0;
  text-align: left;
}
/* -------------------------------- 利用規約 */
.terms h1 {
  margin: 30px 0;
  text-align: center;
  font-size: 2.4rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.terms h2 {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 30px 0 10px;
  font-size: 2rem;
  text-align: left;
}
.terms h2::before {
  display: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */
header {
  position: relative;
  max-width: 675px;
  margin: auto;
  background-color: #FFF;
  margin: 0 auto;
  padding: 5px 0 4px;
  border-bottom: 1px solid #DDD;
  /* index-login */
}
@media screen and (max-width: 560px) {
  header {
    height: 68px;
  }
}
header h1.logo {
  width: 170px;
  margin: 0 0 10px 12px;
}
header h1.logo.inf {
  margin-bottom: 1px;
}
header .header-login {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}
header .header-login .menu-text {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  font-size: 1.3rem;
}
header .header-login i {
  font-size: 2.4rem;
  color: #C53434;
}
header .header-login i.inf {
  color: #395FBF;
}
header .header-login.regist {
  right: 62px;
}
header .header-login.textlink {
  right: 130px;
  top: 16px;
  font-size: 13px;
  text-decoration: underline;
}
@media screen and (max-width: 560px) {
  header .header-login.textlink {
    right: 8px;
    top: 50px;
  }
}
/* drawer */
.drawer--top .drawer-hamburger {
  position: absolute;
  right: 12px;
  padding-top: 12px;
}
.drawer--top .drawer-hamburger .menu-text {
  display: block;
  position: absolute;
  top: 16px;
  right: 36px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
}
.drawer--top.drawer-open .drawer-hamburger {
  right: 12px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background: #A4C4DC;
}
.drawer-hamburger-icon:before {
  top: -8px;
}
.drawer-hamburger-icon:after {
  top: 8px;
}
.drawer-nav {
  background-color: transparent;
}
.drawer-menu {
  max-width: 675px;
  margin: auto;
  padding: 50px 0 0;
  background-color: #FFF;
}
.drawer-menu li {
  border-top: 1px solid #A4C4DC;
}
.drawer-menu li a {
  display: block;
  padding: 16px 0;
  color: #659CC5;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.drawer-menu li a i {
  color: #659CC5 !important;
  font-size: 1.8rem;
}
.drawer-menu li a:hover {
  text-decoration: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++ */
footer {
  max-width: 675px;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  background-color: #A4C4DC;
}
footer nav {
  background-color: #FFF;
}
footer nav ul {
  margin: 0;
}
footer nav ul li {
  border-top: 1px solid #A4C4DC;
}
footer nav ul li a {
  display: block;
  padding: 16px 0;
  color: #659CC5;
  font-weight: bold;
  text-decoration: none;
}
footer nav ul li a i {
  color: #659CC5 !important;
  font-size: 1.8rem;
}
footer nav ul li a:hover {
  text-decoration: none;
}
footer .pagetop {
  display: block;
  font-size: 2.4rem;
}
footer .pagetop i {
  color: #FFF;
}
footer .logo {
  width: 170px;
  margin: 60px auto 100px;
}
footer dl dt {
  margin: 40px 0 10px;
  font-weight: bold;
}
footer dl dd {
  margin: 10px 0 40px;
}
footer .btn.contact {
  max-width: 300px;
  height: 48px;
  border: 2px solid #FFF;
}
footer a {
  color: #FFF;
}
footer small {
  display: block;
  padding: 40px 0 20px;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	form
+++++++++++++++++++++++++++++++++++++++++++ */
.submit {
  margin: 20px 0;
  text-align: center;
}
.submit .btn {
  margin: 0 auto 8px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 375px) {
  .submit .btn {
    font-size: 3.6vw;
  }
}
.submit .btn[disabled] {
  background: #999;
}
.submit p {
  font-size: 1.6rem;
}
input[type="radio"],
input[type="checkbox"] {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
input[type="text"],
input[type="password"],
textarea,
select {
  border: #CCC 2px solid;
  margin: 2px 0;
  padding: 5px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
select {
  padding: 4px;
}
textarea {
  width: 100%;
}
input::placeholder,
textarea::placeholder {
  color: #AAA;
}
label {
  display: inline-block;
  padding: 2px 16px 2px 0;
}
.required {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 20px;
  background-color: #EA1B00;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1;
}
.required.elective {
  background-color: #A4C4DC;
}
.input-calendar {
  position: relative;
}
.input-calendar input {
  padding-left: 26px;
}
.input-calendar i {
  position: absolute;
  top: 2px;
  left: 8px;
}
.cookie-permission {
  width: 350px;
  margin: auto;
  padding: 20px 0 20px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: white;
  background: linear-gradient(to right, #D2000D, #A2001A);
}
.cookie-permission img {
  float: left;
  margin-right: 16px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パーツ（色々なページで使うスタイル）
+++++++++++++++++++++++++++++++++++++++++++ */
ul.genrebox li {
  display: inline-block;
  margin: 2px;
  padding: 0 10px;
  background-color: #A4C4DC;
  border-radius: 99px;
  color: #FFF;
  font-weight: bold;
}
ul.areabox li {
  display: inline-block;
  margin-left: 5px;
}
ul.areabox li .pref {
  border: 1px solid #CCC;
  padding: 1px 5px;
}
ul.areabox li ul {
  display: inline;
}
ul.areabox li ul li {
  display: inline;
  margin: 0;
  border: none;
}
ul.areabox li ul li::after {
  content: "、";
}
ul.areabox li ul li:last-child::after {
  content: none;
}
.mediabox {
  clear: both;
}
.mediabox .medianame {
  margin: 0;
  padding: 10px 0 5px;
  font-size: 1.6rem;
  font-weight: bold;
}
.mediabox .medianame .mediaicon {
  height: 30px;
  vertical-align: middle;
}
.speclist dt {
  display: inline-block;
  padding: 3px 5px;
  margin: 1px 0 1px 5px;
  background-color: #AAA;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
}
.speclist dd {
  display: inline-block;
}
.speclist dd.dBlock {
  display: block;
}
.speclist.block {
  display: grid;
  grid-template-columns: 94px 1fr;
}
.speclist.block dt,
.speclist.block dd {
  display: block;
  margin: 5px 0;
  padding: 0;
  background-color: transparent;
}
.speclist.block dt span {
  display: block;
  padding: 3px 5px;
  margin: 1px 0 1px 5px;
  background-color: #AAA;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.speclist.block dd {
  padding-left: 16px;
}
.speclist2 {
  padding-left: 16px;
  display: grid;
  grid-template-columns: 140px 1fr;
}
.speclist2 dt {
  font-weight: bold;
}
.speclist2 dt i {
  width: 20px;
}
.speclist3 {
  display: grid;
  grid-template-columns: 50px 1fr;
}
.speclist3 dt {
  font-weight: bold;
  text-align: center;
}
.speclist3 dt span {
  padding: 2px;
  border: 1px solid #CCCCCC;
  color: #333;
}
.speclist3 dd {
  margin-bottom: 6px;
  padding-right: 16px;
}
.speclist4 {
  display: grid;
  grid-template-columns: 80px 1fr;
}
.speclist4 dt {
  font-weight: bold;
  text-align: left;
}
.speclist4 dt span {
  display: inline-block;
  padding: 0px 5px;
  border: 1px solid #CCCCCC;
  color: #333;
}
.speclist4 dd {
  margin-bottom: 6px;
  padding-right: 16px;
}
.statusbox {
  margin: -14px -14px 10px -14px;
  padding: 0 10px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: #999;
  color: #FFF;
  font-weight: bold;
}
.statusbox[data-status="依頼中"] {
  background-color: #FF7500;
}
.statusbox[data-status="実施中"] {
  background-color: #00ABFF;
}
.statusbox[data-status="有効"],
.statusbox[data-status="有効（期限切れ）"] {
  background-color: #00ABFF;
}
.statusbox .date {
  display: block;
  float: right;
  font-weight: 500;
}
.coupon-select label {
  display: grid;
  grid-template-columns: 40px 1fr;
  border: 1px solid #CCC;
  margin: 10px 0;
  padding: 5px 10px;
  align-items: center;
}
.coupon-select label.disabled {
  color: #CCC;
}
.coupon-box {
  border: 1px solid #CCC;
  margin: 10px 0;
  padding: 5px 10px;
}
.reserve-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 20px;
  color: #FFF;
  font-weight: bold;
}
.reserve-label[data-status="受付"] {
  background-color: #00A7E8;
}
.reserve-label[data-status="確定"] {
  background-color: #8FB000;
}
.reserve-label[data-status="取消"] {
  background-color: #888888;
}
.tooltip {
  position: relative;
  cursor: pointer;
}
/* ツールチップのテキスト */
.tooltip-text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 140px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4rem;
  display: inline-block;
  padding: 5px;
  font-size: 1.2rem;
  line-height: 1.3;
  background: #333;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s ease-in;
}
.tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}
.msgbox {
  margin: 20px;
  padding: 10px;
  background-color: #FFF3DA;
  border-radius: 10px;
  text-align: center;
}
.imgclip-circle {
  border-radius: 50%;
  object-fit: cover;
}
.imgclip-rectangle {
  object-fit: cover;
}
i {
  color: #A4C4DC;
}
.btn {
  background: #222;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: relative;
  display: flex;
  clear: both;
  max-width: 360px;
  width: 100%;
  height: 60px;
  margin: 10px auto;
  border-radius: 99px;
  border: none;
  background-color: #A4C4DC;
  font-size: 1.8rem;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
}
.btn .fa {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn:hover {
  opacity: 0.7;
}
.btn:hover {
  opacity: 1;
  text-decoration: none;
}
.btn i {
  margin-right: 4px;
  color: #FFF;
}
.btn.cancel {
  background-color: #ACB7BF;
}
.btn.green {
  background-color: #8FD199;
}
.btn.red {
  background-color: #DBA6AB;
}
.btn_2 {
  background: #222;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: relative;
  clear: both;
  max-width: 360px;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  display: flex;
  max-width: 240px;
  width: auto;
  height: 36px;
  margin: 10px auto;
  border-radius: 99px;
  border: none;
  background-color: #A4C4DC;
  font-size: 1.6rem;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
}
.btn_2 .fa {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn_2:hover {
  opacity: 0.7;
}
.btn_2 .fa {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn_2:hover {
  opacity: 0.7;
}
.btn_2:hover {
  opacity: 1;
  text-decoration: none;
}
.btn_2 i {
  margin-right: 4px;
  color: #FFF;
}
.btn_2.cancel {
  background-color: #ACB7BF;
}
.btn_2.green {
  background-color: #8FD199;
}
.btn_2.red {
  background-color: #DBA6AB;
}
.btn_2 i {
  margin-right: 4px;
}
.btn_inline {
  background: #222;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: relative;
  display: flex;
  clear: both;
  max-width: 360px;
  width: 100%;
  height: 60px;
  margin: 10px auto;
  font-size: 1.8rem;
  width: auto;
  height: auto;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 99px;
  border: none;
  background-color: #A4C4DC;
  font-size: 1.6rem;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
}
.btn_inline .fa {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn_inline:hover {
  opacity: 0.7;
}
.btn_inline .fa {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn_inline:hover {
  opacity: 0.7;
}
.btn_inline:hover {
  opacity: 1;
  text-decoration: none;
}
.btn_inline i {
  margin-right: 4px;
  color: #FFF;
}
.btn_inline.cancel {
  background-color: #ACB7BF;
}
.btn_inline.green {
  background-color: #8FD199;
}
.btn_inline.red {
  background-color: #DBA6AB;
}
.btn_inline i {
  margin-right: 4px;
}
.btn_reg {
  background: #222;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: relative;
  background-color: #A4C4DC;
  font-size: 1.8rem;
  display: flex;
  clear: both;
  max-width: 360px;
  width: 100%;
  height: 60px;
  margin: 10px auto;
  border-radius: 99px;
  border: none;
  background-image: linear-gradient(0deg, #85B0D1 0%, #A4C4DC 100%);
  box-shadow: 0px 5px 0px 0px #6798C0;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.4);
  line-height: 1.2;
}
.btn_reg .fa {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn_reg:hover {
  opacity: 0.7;
}
.btn_reg .fa {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn_reg:hover {
  opacity: 0.7;
}
.btn_reg:hover {
  opacity: 1;
  text-decoration: none;
}
.btn_reg i {
  margin-right: 4px;
  color: #FFF;
}
.btn_reg.cancel {
  background-color: #ACB7BF;
}
.btn_reg.green {
  background-color: #8FD199;
}
.btn_reg.red {
  background-color: #DBA6AB;
}
.btn_reg i {
  margin-right: 4px;
}
.dlList {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.dlList dt {
  font-weight: bold;
}
.dlList dt i {
  width: 20px;
}
.dlList dd {
  margin: 0;
}
.box {
  padding: 25px 33px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  background: none;
}
.photoFrame {
  margin: 0 10px;
  border: 5px solid #FFF;
  box-shadow: 0px 0px 8px 0px #AAA;
}
ul.iBlock {
  display: block;
}
ul.iBlock li {
  display: inline-block;
  margin: 0 15px 5px 0;
}
.columnBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.columnBox > * {
  display: block;
  width: 49%;
}
.columnBox::before,
.columnBox::after {
  content: '';
  order: 1;
  display: block;
  width: 49%;
}
.columnBox.col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.columnBox.col3 > * {
  display: block;
  width: 32%;
}
.columnBox.col3::before,
.columnBox.col3::after {
  content: '';
  order: 1;
  display: block;
  width: 32%;
}
.columnBox.col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.columnBox.col4 > * {
  display: block;
  width: 24%;
}
.columnBox.col4::before,
.columnBox.col4::after {
  content: '';
  order: 1;
  display: block;
  width: 24%;
}
.columnBox.col5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.columnBox.col5 > * {
  display: block;
  width: 19%;
}
.columnBox.col5::before,
.columnBox.col5::after {
  content: '';
  order: 1;
  display: block;
  width: 19%;
}
@media screen and (max-width: 767px) {
  .columnBox.col1_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .columnBox.col1_sp > * {
    display: block;
    width: 100%;
  }
  .columnBox.col1_sp::before,
  .columnBox.col1_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 100%;
  }
  .columnBox.col2_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .columnBox.col2_sp > * {
    display: block;
    width: 49%;
  }
  .columnBox.col2_sp::before,
  .columnBox.col2_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 49%;
  }
  .columnBox.col3_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .columnBox.col3_sp > * {
    display: block;
    width: 32%;
  }
  .columnBox.col3_sp::before,
  .columnBox.col3_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 32%;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
}
.flex.ai_fs {
  align-items: flex-start;
}
.flex.ai_c {
  align-items: center;
}
.flex.ai_fe {
  align-items: flex-end;
}
.flex.jc_fs {
  justify-content: flex-start;
}
.flex.jc_c {
  justify-content: center;
}
.flex .flexText {
  flex: 1;
}
.flex .flexRight {
  order: 1;
}
@media screen and (max-width: 767px) {
  .flex.sp_block {
    display: block;
  }
  .flex.flexColumn_sp {
    flex-direction: column;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	link
+++++++++++++++++++++++++++++++++++++++++++ */
a {
  color: #000;
}
a:focus {
  outline: none;
}
a:hover img {
  opacity: 0.7;
}
a:hover img.noOpacity {
  opacity: 1;
}
a.link::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7.5px;
  border-color: transparent transparent transparent #2DA7E0;
  margin: 0 3px 0 0;
  vertical-align: baseline;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  cursor: text;
  color: inherit;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
    cursor: pointer;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++ error */
.err {
  background-color: #FCC !important;
}
.error {
  margin: 16px 0;
  padding: 16px;
  color: #F00;
  background-color: #FFF9C6;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	汎用
+++++++++++++++++++++++++++++++++++++++++++ */
.border-top {
  border-top: 1px solid #DDD;
}
.clear {
  clear: both;
}
.texCenter {
  text-align: center!important;
}
.texLeft {
  text-align: left!important;
}
.texRight {
  text-align: right!important;
}
.weightNormal {
  font-weight: 500!important;
}
.weightBold {
  font-weight: bold!important;
}
.borderNone {
  border: none!important;
}
.overflowHidden {
  overflow: hidden;
}
.lineHeight20 {
  line-height: 2;
}
.lineHeight19 {
  line-height: 1.9;
}
.lineHeight18 {
  line-height: 1.8;
}
.lineHeight17 {
  line-height: 1.7;
}
.lineHeight16 {
  line-height: 1.6;
}
.lineHeight15 {
  line-height: 1.5;
}
.lineHeight14 {
  line-height: 1.4;
}
.lineHeight13 {
  line-height: 1.3;
}
.lineHeight12 {
  line-height: 1.2;
}
.iBlock {
  display: inline-block;
}
.inline {
  display: inline;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	color
+++++++++++++++++++++++++++++++++++++++++++ */
.colorBasic {
  color: #A4C4DC;
}
.colorRed {
  color: #D90000;
}
.colorGreen {
  color: #40BE46;
}
.colorBlue {
  color: #000D92;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	font-size
+++++++++++++++++++++++++++++++++++++++++++ */
.fs10 {
  font-size: 1rem!important;
}
.fs11 {
  font-size: 1.1rem !important;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs13 {
  font-size: 1.3rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs15 {
  font-size: 1.5rem !important;
}
.fs16 {
  font-size: 1.6rem !important;
}
.fs17 {
  font-size: 1.7rem !important;
}
.fs18 {
  font-size: 1.8rem !important;
}
.fs19 {
  font-size: 1.9rem !important;
}
.fs20 {
  font-size: 2rem!important;
}
.fs21 {
  font-size: 2.1rem !important;
}
.fs22 {
  font-size: 2.2rem !important;
}
.fs23 {
  font-size: 2.3rem !important;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs25 {
  font-size: 2.5rem !important;
}
.fs26 {
  font-size: 2.6rem !important;
}
.fs27 {
  font-size: 2.7rem !important;
}
.fs28 {
  font-size: 2.8rem !important;
}
.fs29 {
  font-size: 2.9rem !important;
}
.fs30 {
  font-size: 3rem!important;
}
.fs32 {
  font-size: 3.2rem !important;
}
.fs34 {
  font-size: 3.4rem !important;
}
.fs36 {
  font-size: 3.6rem !important;
}
.fs38 {
  font-size: 3.8rem !important;
}
.fs40 {
  font-size: 4rem!important;
}
.fs42 {
  font-size: 4.2rem !important;
}
.fs44 {
  font-size: 4.4rem !important;
}
.fs46 {
  font-size: 4.6rem !important;
}
.fs48 {
  font-size: 4.8rem !important;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	margin
+++++++++++++++++++++++++++++++++++++++++++ */
.mt0 {
  margin-top: 0!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt35 {
  margin-top: 35px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt45 {
  margin-top: 45px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb35 {
  margin-bottom: 35px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb45 {
  margin-bottom: 45px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mr0 {
  margin-right: 0!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mr35 {
  margin-right: 35px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mr45 {
  margin-right: 45px!important;
}
.mr50 {
  margin-right: 50px!important;
}
.ml0 {
  margin-left: 0!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml35 {
  margin-left: 35px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.ml45 {
  margin-left: 45px!important;
}
.ml50 {
  margin-left: 50px!important;
}
/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
