@charset "UTF-8";
/*--------------------------------------------

【仙台会場】ハイキュー!! 全国遠征ポップアップストア｜khb東日本放送
https://www.khb-tv.co.jp/event/haikyu2024/index.html

  [00] 基本設定
  [01] メインビジュアル
  [02] ABOUT
  [03] 開催概要
  [04] 講演内容
  [05] 参加申し込み
  [06] フッター
  [99] 標準機能

---------------------------------------------*/
/*--------------------------------------------
  [00] 基本設定
---------------------------------------------*/
* {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 62.5%;
  /*1rem=10px*/
}

body {
  font-size: 1.8rem;
  /*本文サイズ 1.8rem=18px*/
  line-height: 2;
  color: #273046;
}
body.js-no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

a {
  transition: 0.6s;
  color: #0084db;
  text-decoration-line: underline;
}
a:hover {
  transition: 0.6s;
  opacity: 0.7;
}

::-moz-selection {
  background: #0084db;
  color: #ffffff;
}

::selection {
  background: #0084db;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
th {
  font-weight: 700;
}

h1 {
  font-size: 3.8rem;
}

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

main {
  width: 100%;
}

/*セクション設定-------------------------*/
.bg-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  /*	background : linear-gradient(90deg, rgba(252, 53, 44, 1) 0%, rgba(255, 111, 114, 1) 50%, rgba(252, 53, 44, 1) 100%);
  background: url("../images/bg.jpg");*/
  background: #2ea7b9;
  background-position: contain;
  z-index: -1;
  /*
  &::before,&::after{
  	content: '';
  	height: 100%;
  	width: 2%;
  	background : linear-gradient(180deg, rgba(252, 156, 10, 1) 0%, rgba(255, 235, 30, 1) 50%, rgba(255, 251, 36, 1) 100%);
  	top: 0;
  	left: 0;
  	position: absolute;
  }
  &::after{
  	left: auto;
  	right: 0px;
  	background : linear-gradient(0deg, rgba(252, 156, 10, 1) 0%, rgba(255, 235, 30, 1) 50%, rgba(255, 251, 36, 1) 100%);
  }*/
}

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

main {
  width: 100%;
}

section {
  padding: 50px 0;
}

.pd-0 {
  padding: 0 !important;
}

.w_limit_1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.w_limit_1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.w_limit_1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.w_90per {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.w_limit_900 {
  max-width: 900px;
  margin: 0 auto;
}

.w_limit_sp {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  position: relative;
  margin-bottom: 40px;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  padding-bottom: 40px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
h2::before {
  content: "";
  height: 12px;
  border-radius: 50px;
  width: 90px;
  background-repeat: no-repeat;
  background: linear-gradient(90deg, rgb(254, 114, 137) 0%, rgb(254, 119, 132) 6.22%, rgb(254, 133, 116) 14.08%, rgb(254, 156, 90) 22.82%, rgb(255, 188, 54) 32.21%, rgb(255, 229, 8) 42.01%, rgb(255, 236, 0) 43.58%, rgb(251, 235, 2) 47.11%, rgb(239, 233, 9) 50.74%, rgb(218, 229, 20) 54.42%, rgb(189, 223, 36) 58.12%, rgb(152, 215, 56) 61.82%, rgb(141, 213, 62) 62.83%, rgb(57, 207, 229) 100%);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

h3.default_h3 {
  font-size: 2.4rem;
  border-left: solid 5px #2ea7b9;
  /**/
  border-bottom: solid 1px #cccccc;
  padding: 10px 15px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.flex_cal2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex_cal2 > figure {
  width: 45%;
}
.flex_cal2 > div {
  width: 50%;
}

@media screen and (max-width: 1230px) {
  section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bg-fixed {
    background-size: 100% 100%;
  }
  section > .w_limit_1280,
  section > .w_limit_1440 {
    padding: 25px 0px;
  }
  section > .w_limit_1280,
  section > .w_limit_1440 {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
  body {
    font-size: 1.6rem;
  }
  .flex_cal2 {
    flex-direction: column;
  }
  .flex_cal2 > figure {
    width: 100%;
    margin: 15px 0;
  }
  .flex_cal2 > div {
    width: 100%;
  }
  .order_01_sp {
    order: 1;
  }
  .order_02_sp {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    position: relative;
    margin-bottom: 10px;
    display: block;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    padding-bottom: 25px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  h2::before {
    content: "";
    height: 10px;
    width: 60px;
  }
  h3.default_h3 {
    font-size: 2.1rem;
    border-left: solid 5px #2ea7b9;
    /*	border-bottom: solid 1px #cccccc;*/
    padding: 10px 15px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
/*--------------------------------------------
  [01] メインビジュアル
---------------------------------------------*/
#Mainvisual {
  /*	padding: 50px 15px 50px;*/
  margin-bottom: 20px;
  text-align: center;
}
#Mainvisual .w_limit_1280 {
  padding: 0;
}

.mv_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: auto;
}
.mv_flex > div:nth-of-type(1) {
  width: 45%;
}
.mv_flex > div:nth-of-type(2) {
  width: 50%;
  padding: 15px;
  margin-bottom: 30px;
}

.MV-pc {
  display: block;
}

.MV-sp {
  display: none;
}

.MV-pc > .w_limit_1280 {
  position: relative;
}

@media screen and (max-width: 1080px) {
  #Mainvisual {
    margin: auto;
    text-align: center;
  }
  h1 {
    font-size: 2.8rem;
  }
  .mv_flex {
    flex-direction: column;
    /*	background-color: rgba(#ffffff,0.5);*/
  }
  .mv_flex h1 {
    font-size: 2.4rem;
  }
  .mv_flex > div:nth-of-type(1) {
    width: 100%;
  }
  .mv_flex > div:nth-of-type(2) {
    width: 100%;
    padding: 15px;
  }
  #Mainvisual {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .MV-pc {
    display: block;
  }
  .MV-sp {
    display: block;
  }
}
/*
  youtube埋め込み
---------------------------------------------*/
section#youtube {
  background: rgba(255, 255, 255, 0);
}
section#youtube .w_limit_1280 {
  padding: 15px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  section#youtube {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  section#youtube .w_limit_1280 {
    padding: 0px;
  }
}
#top-to-Form {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#top-to-Form .toForm-box {
  /*    max-width: 720px;*/
  margin: 0 auto;
  /*
     border: solid 10px $theme-color_02;
  border-top-color: #1d9fcb;
  border-right-color: #de342a;
  border-bottom-color: #f29635;
  border-left-color: #32a54f;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 15px;*/
}

/*--------------------------------------------
  [02] ABOUT
---------------------------------------------*/
#About > .w_limit_1280 {
  padding-top: 35px;
  padding-bottom: 60px;
}
#About h1 {
  font-size: 3.2rem;
}
#About h2 {
  margin-bottom: 15px;
}
#About h2 span.h2-about {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 9.2rem;
  font-style: italic;
  color: #fe7289;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  padding-left: 25px;
  background: #ffffff;
}
#About p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.about_description {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}

.about_read {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  #About h1 {
    font-size: 2.4rem;
  }
  .about_description {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  section#About > .w_limit_1280 {
    padding: 0px inherit;
  }
}
/*--------------------------------------------
  [03] 開催概要
---------------------------------------------*/
table.default-table {
  background: #ffffff;
  border: 3px solid #ffffff;
  border-collapse: separate;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.5;
  width: 100%;
  /*  max-width: 900px;*/
}
table.default-table tr {
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}
table.default-table tr:first-of-type th {
  border-top-left-radius: 30px;
  border-top: none;
}
table.default-table tr:first-of-type td {
  border-top: none;
}
table.default-table tr:last-of-type th {
  border-bottom-left-radius: 30px;
  border-bottom: none;
}
table.default-table tr:last-of-type td {
  border-bottom: none;
}
table.default-table th {
  font-size: 1.8rem;
  width: 20%;
  text-align: center;
  /*    border-right: dashed 1px $theme-color;*/
  z-index: 3;
  vertical-align: middle;
  border-bottom: solid 2px #ffffff !important;
  color: #ffffff;
  background-color: #2ea7b9;
}
table.default-table td {
  width: 80%;
  padding: 20px 30px;
  vertical-align: middle;
  border-top: solid 2px #2ea7b9;
}
table.default-table td p {
  margin-top: 5px;
}
table.default-table td span.disp-pc-only {
  display: inline;
}
table.default-table td .date-kome {
  font-size: 1.6rem;
  text-align: left;
}

#Date table th {
  width: 20%;
  background: #2ea7b9;
  padding: 20px 30px;
  text-align: center;
  border-bottom: solid 1px #cfd0d2;
  /*    border-right: dashed 1px $theme-color;*/
  z-index: 3;
  vertical-align: middle;
}

.to-googlemap-wrap {
  margin: 15px 0;
}

.to-googlemap.Btn {
  margin-left: 0rem;
  margin-top: 15px;
  position: relative;
  font-size: 16px;
  height: 50px;
  line-height: 46px;
  max-width: 280px;
  background-color: #ffffff;
  color: #1a1a1e;
  border: solid 2px #1a1a1e;
  text-align: center;
}
.to-googlemap.Btn::before {
  content: "";
  background-image: url("../images/icon-mappin.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 15px;
  height: 22px;
}
.to-googlemap.Btn::after {
  border-color: #1a1a1e;
}
#map {
  position: relative;
}

#map iframe {
  width: 100%;
  height: 400px;
  margin: 20px 0 0px;
  vertical-align: bottom;
}

.place.flex_cal2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.toform-Btn img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(5px 5px 5px rgba(104, 69, 18, 0.3));
}

@media screen and (max-width: 767px) {
  #Date table tr:first-of-type th,
  table.default-table tr:first-of-type th {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  #Date table tr:first-of-type td,
  table.default-table tr:first-of-type td {
    border-top: none;
  }
  #Date table tr:last-of-type th,
  table.default-table tr:last-of-type th {
    border-bottom-left-radius: 0px;
    border-bottom: none;
  }
  #Date table tr:last-of-type td,
  table.default-table tr:last-of-type td {
    border-bottom: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  #Date table th,
  #Date table td,
  table.default-table th,
  table.default-table td {
    display: block;
    width: 100%;
  }
  #Date table th,
  table.default-table th {
    margin-top: 35px;
    border-right: none;
    border-bottom: none;
    padding: 5px 0px;
  }
  #Date table th:first-of-type,
  table.default-table th:first-of-type {
    margin-top: 0;
  }
  #Date table td,
  table.default-table td {
    border-bottom: none;
    border-top: none;
    text-align: center;
    padding: 15px 15px 30px;
  }
  .to-googlemap.Btn {
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 480px) {
  #Date table td span.disp-pc-only,
  table.default-table td span.disp-pc-only {
    display: none;
  }
  table.default-table td {
    text-align: center;
  }
  .place.flex_cal2 {
    flex-direction: column;
  }
  .place.flex_cal2 figure {
    margin-top: 15px;
  }
}
/*--------------------------------------------
  [04] 埋め込み
---------------------------------------------*/
.twitter_embed_box {
  text-align: center;
  margin: auto;
  max-width: 600px;
}
.twitter_embed_box a.twitter-timeline {
  display: block;
  text-align: center;
  margin: auto !important;
}

.comingsoon {
  /*	background-color: #eeeeee;*/
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 15px;
}

/*--------------------------------------------
　[03]仙台会場グッズラインナップ
---------------------------------------------*/
.flex_cal4 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex_cal4 > li,
.flex_cal4 > div {
  width: 22.5%;
  margin-right: 3.3333333333%;
}
.flex_cal4 > li:nth-of-type(4n),
.flex_cal4 > div:nth-of-type(4n) {
  margin-right: 0;
}
.flex_cal4 > li figure,
.flex_cal4 > div figure {
  text-align: center;
}

ul.goods_container li {
  margin-bottom: 70px;
}

.goods_name,
.goods_price {
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.goods_name {
  margin-bottom: 10px;
  margin-top: 10px;
}

#Tokuten {
  background-color: #faf0df;
  padding-top: 25px;
  padding-bottom: 50px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .flex_cal4 {
    flex-direction: column;
  }
  .flex_cal4 > li, .flex_cal4 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .flex_cal4 > li:last-of-type, .flex_cal4 > div:last-of-type {
    margin-right: 0;
  }
  .flex_cal4 > li figure, .flex_cal4 > div figure {
    text-align: center;
  }
}
/*--------------------------------------------
  [06] 注意事項
---------------------------------------------*/
.caution_redbox {
  border: solid 5px #e63c29;
  padding: 40px 15px;
  margin-bottom: 15px;
}
.caution_redbox h3 {
  font-size: 28px;
  text-align: center;
  border-bottom: solid 1px #e63c29;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.akaobi {
  background-color: #e63c29;
  color: #ffffff;
  padding: 15px;
}

.oreobi {
  background-color: #f0831e;
  color: #1a1a1e;
  padding: 15px;
}

.seigen_apply_list {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.seigen_apply_list li {
  text-align: center;
  width: 16.6666666667%;
  font-size: 1.8rem;
  font-weight: 600;
  border: solid 1px #cfd0d2 !important;
  padding: 30px 15px;
  position: relative;
  transition: 0.2s;
}
.seigen_apply_list li:hover {
  transition: 0.2s;
}
.seigen_apply_list li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.seigen_apply_list li::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0px;
  height: 15px;
  width: 30px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(135deg);
}
.seigen_apply_list li > span {
  display: block;
}
.seigen_apply_list li > .apply_btn {
  text-align: center;
  margin: auto;
  font-size: 1.6rem;
  max-width: 320px;
  width: 100%;
  margin-top: 15px;
  border: none;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 50px;
  line-height: 1.5;
  pointer-events: none;
}
.seigen_apply_list li > .apply_btn:hover {
  border: none;
}
.seigen_apply_list li > .apply_btn::after {
  display: none;
}
.seigen_apply_list li .date {
  font-size: 2.1rem;
}
.seigen_apply_list li .date > span:nth-of-type(2) {
  display: block;
}

.doyou {
  background-color: #d8ecff;
}
.doyou::after {
  background-color: #036eb7;
}
.doyou:hover {
  background-color: rgba(3, 110, 183, 0.5);
}

.nichiyou {
  background-color: #ffe0f0;
}
.nichiyou::after {
  background-color: #ba1c20;
}
.nichiyou:hover {
  background-color: rgba(255, 94, 97, 0.5);
}

ul.default_list li {
  padding-left: 15px;
  margin-left: 5px;
  margin-bottom: 10px;
  position: relative;
}
ul.default_list li:last-of-type {
  margin-bottom: 0;
}
ul.default_list li::before {
  content: "";
  background-color: #2ea7b9;
  width: 5px;
  height: 5px;
  border-radius: 7px;
  position: absolute;
  top: 15px;
  left: 0;
}

@media screen and (max-width: 767px) {
  ul.default_list li {
    text-align: left;
  }
}
/*--------------------------------------------
  [04] チケットプレイガイド
---------------------------------------------*/
.playguide {
  background: #ffffff;
  border: solid 1px #c7c6c4;
  border-radius: 10px;
  padding: 20px;
  display: -ms-flex;
  display: flex;
  margin-top: 30px;
  font-size: 1.6rem;
}

.playguide > div:nth-of-type(1) {
  width: 20%;
  text-align: center;
  align-self: center;
  margin-right: 5%;
}

.playguide > div:nth-of-type(2) {
  width: 75%;
}

.playguide-code {
  font-size: 2.1rem;
  font-weight: 600;
}

.playguide-code span {
  color: #e94736;
}

.lo-tk > div img {
  width: 128px;
  height: 50px;
}

.pia-tk > div img {
  width: 73px;
  height: 70px;
}

.ticketBtn a.Btn {
  margin: 15px 0 0;
  max-width: 400px;
  height: 60px;
  line-height: 54px;
  font-size: 1.8rem;
  background-color: #006bb8;
}
.ticketBtn a.Btn:hover {
  color: #006bb8;
  border-color: #006bb8;
}
.ticketBtn a.Btn:hover::after {
  border-color: #006bb8;
}

@media screen and (max-width: 767px) {
  .ticketBox {
    background: #ffffff;
    padding: 25px 10px;
  }
  .ticketBox h3 {
    font-size: 2.1rem;
    line-height: 1.5;
    border-left: solid 8px #0084db;
    border-bottom: solid 1px #cfcfcf;
    padding: 5px 15px;
  }
  .ticketBox.web {
    margin-bottom: 25px;
  }
  ul.ticket-link {
    text-align: center;
    margin: 25px auto;
    flex-direction: column;
  }
  ul.ticket-link li:first-of-type {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .playguide {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .playguide > div:nth-of-type(1),
  .playguide > div:nth-of-type(2) {
    width: 100%;
  }
  .playguide > div:nth-of-type(1) {
    margin-bottom: 25px;
  }
  .playguide-code {
    text-align: center;
    margin-top: 15px;
  }
  .caution_topbox {
    flex-direction: column;
  }
  .caution_topbox figure {
    width: 100%;
    margin-bottom: 15px;
  }
  .caution_topbox p {
    width: 100%;
    font-weight: 600;
  }
  .caution_topbox .bg-red {
    background: #e94736;
    color: #ffffff;
  }
}
/*--------------------------------------------
  [06] フッター
---------------------------------------------*/
footer {
  background: #2ea7b9;
  color: #1a1a1e;
  padding: 50px 0 100px;
  z-index: 5;
}

/* スポンサー
---------------------------------------------*/
#Sponsor {
  margin-bottom: 50px;
}
#Sponsor dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 25px;
  position: relative;
  color: #1a1a1e;
  border-top: solid 1px #2ea7b9;
  background-color: #ffffff;
  border-radius: 15px;
}
#Sponsor dl:last-of-type {
  border-bottom: solid 1px #2ea7b9;
}
#Sponsor dl dt {
  width: 25%;
  text-align: center;
}
#Sponsor dl dd {
  width: 75%;
  align-self: center;
}
#Sponsor dl dd.kyosan-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
}

.kyosan-flex div:first-of-type {
  line-height: 0;
}

@media screen and (max-width: 767px) {
  #Sponsor dl {
    padding: 0;
    display: block;
  }
  #Sponsor dl dt {
    padding: 15px;
    margin-right: 0%;
    width: 100%;
  }
  #Sponsor dl dd {
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  #Sponsor dl dd.kyosan-flex {
    flex-direction: column;
  }
  #Sponsor dl dd.kyosan-flex p {
    margin-bottom: 40px;
    text-align: center;
  }
  #Sponsor dl dd.kyosan-flex p:last-of-type {
    margin-bottom: 0;
  }
}
.contact-box {
  padding: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  align-items: center;
  margin: 50px auto;
  border: solid 5px #ffffff;
}

.contact-title {
  display: block;
  width: 24%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #273046;
  text-align: center;
  font-weight: 600;
  padding-right: 25px;
}

h2.contact-title::after {
  display: none;
}

.contact-txt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  width: 70%;
}

.contact-add {
  text-align: left;
}
.contact-add p.contact-email span {
  color: #0083da;
  font-size: 2.1rem;
}
.contact-add .tel-link {
  font-size: 2.4rem;
  font-weight: 600;
}
.contact-add .tel-link a {
  font-size: 2.4rem;
}

.contactBtn-box .contact-title {
  display: block;
  width: 40%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #273046;
  text-align: center;
  font-weight: 600;
  padding-right: 25px;
}
.contactBtn-box .contact-txt {
  width: 60%;
}
.contactBtn-box .contact-txt .toform-Btn {
  margin: auto;
}

small {
  display: block;
  text-align: center;
}

.PageTop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 60px;
  height: 50px;
  background: #fe7289;
  background-repeat: no-repeat;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.1));
  border-radius: 100%;
  transition: 0.3s;
}
.PageTop a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.PageTop::before {
  content: "";
  border-style: solid;
  border-width: 3px 3px 0px 0px;
  border-color: #ffffff;
  transform: rotate(315deg);
  position: absolute;
  margin: auto;
  top: 10px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
}
.PageTop::after {
  content: "";
  border-style: solid;
  border-color: #ffffff;
  transform: rotate(0deg);
  position: absolute;
  margin: auto;
  top: -50px;
  right: 0px;
  width: 8px;
  height: 80px;
  background-color: #fe7289;
  border-radius: 50px;
  transition: 0.3s;
}
.PageTop:hover {
  bottom: 7%;
  opacity: 1;
  background-color: #faec46;
  transition: 0.3s;
}
.PageTop:hover::before {
  border-color: #2ea7b9;
}
.PageTop:hover::after {
  background-color: #faec46;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .contact-txt {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-add {
    margin-left: 0px !important;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-box {
    flex-direction: column;
    padding: 25px;
  }
  .contact-title {
    display: block;
    width: 100%;
    font-size: 2.8rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: solid 1px #050403;
  }
  .contact-txt {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 0;
    align-items: center;
    margin-top: 15px;
  }
  .contact-txt .contact-add {
    align-items: center;
    text-align: center;
  }
  .PageTop {
    bottom: 15px;
    right: 15px;
  }
  footer {
    padding-bottom: 50px;
  }
}
/*--------------------------------------------
  [99] 標準機能
---------------------------------------------*/
/*
  微調整用
---------------------------------------------*/
.fz-12 {
  font-size: 1.2rem;
}

.fz-14 {
  font-size: 1.4rem;
}

.fz-15 {
  font-size: 1.5rem;
}

.fz-16 {
  font-size: 1.6rem;
}

.fz-18 {
  font-size: 1.8rem;
}

.fz-21 {
  font-size: 2.1rem;
}

.fz-24 {
  font-size: 2.4rem;
}

.fz-28 {
  font-size: 2.8rem;
}

.fz-32 {
  font-size: 3.2rem;
}

@media screen and (max-width: 600px) {
  /*
  .fz-18 {
    font-size: calc(1.8rem * 0.8);
  }
  .fz-21 {
    font-size: calc(2.1rem * 0.8);
  }
  */
  .fz-28 {
    font-size: 2.24rem;
  }
  .fz-32 {
    font-size: 2.56rem;
  }
  .fz-28_sp {
    font-size: 2.8rem;
  }
  .fz-24_sp {
    font-size: 2.4rem;
  }
  .fz-21_sp {
    font-size: 2.1rem;
  }
  .fz-18_sp {
    font-size: 1.8rem;
  }
  .fz-16_sp {
    font-size: 1.6rem;
  }
}
.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.fc-normal {
  color: #273046;
}

.fc-white {
  color: #ffffff;
}

.fc-red {
  color: #ba1c20;
}

.fc-blue {
  color: #036eb7;
}

.fc-yellow {
  color: #fccf00;
}

.fc-orange {
  color: #f7711e;
}

.fc-themecolor {
  color: #2ea7b9;
}

.fc-themecolor_02 {
  color: #fe7289;
}

.fc-themecolor_03 {
  color: #faec46;
}

.fc-king-red {
  color: #e50012;
}

.pdt-0 {
  padding-top: 0 !important;
}

.pdb-0 {
  padding-bottom: 0 !important;
}

.mgt-15 {
  margin-top: 15px;
}

.mgt-20 {
  margin-top: 20px !important;
}

.mgt-30 {
  margin-top: 30px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgt-50 {
  margin-top: 50px;
}

.mgb-10 {
  margin-bottom: 10px;
}

.mgb-15 {
  margin-bottom: 15px;
}

.mgb-20 {
  margin-bottom: 20px;
}

.mgb-30 {
  margin-bottom: 30px;
}

.mgb-40 {
  margin-bottom: 40px !important;
}

.mgb-50 {
  margin-bottom: 50px !important;
}

.mgb-50 {
  margin-bottom: 50px;
}

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

.lh-12 {
  line-height: 1.2;
}

.lh-15 {
  line-height: 1.5;
}

.lh-20 {
  line-height: 2;
}

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

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

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

.indent-kome {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

/*演出など*/
.dropshadow {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 767px) {
  .ta-center_sp {
    text-align: center;
  }
  .ta-right_sp {
    text-align: right;
  }
  .ta-left_sp {
    text-align: left;
  }
}
/*レスポンシブ改行
-------------------------------*/
.br_480,
.br_768,
.br_1200 {
  display: none;
}

@media screen and (max-width: 1200px) {
  .br_pconly {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .br_1200 {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline;
  }
  .block-768 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .block-600 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline;
  }
}
/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff;
}

.bg-white_half {
  background: rgba(255, 255, 255, 0.5);
}

.bg-lightblue {
  background-color: #99d5f4;
}

.bg-orange {
  background-color: #ec6c00;
}

.bg-gray {
  background: #ffffff;
}

.bg-shasen {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, rgb(245, 245, 245) 5px, rgb(245, 245, 245) 10px);
}

.bg-shasen-bold {
  background-size: auto auto;
  background-color: rgb(191, 98, 88);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgb(184, 80, 69) 15px, rgb(184, 80, 69) 30px);
}

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, rgb(231, 231, 231) 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, rgb(231, 231, 231) 16px);
  background-size: 16px 16px;
}

.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(rgb(255, 212, 212) 12%, rgba(255, 255, 255, 0) 32%), radial-gradient(rgb(255, 212, 212) 12%, rgba(255, 255, 255, 0) 32%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}

.bg-dot-hougan {
  background-color: #ffffff;
  background-image: radial-gradient(rgb(161, 230, 164) 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px;
}

.bg-gradation {
  background: rgb(108, 168, 97);
  background: linear-gradient(45deg, rgb(108, 168, 97) 0%, rgb(55, 158, 142) 100%);
}

.bg-stripe {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 15px, rgb(235, 202, 14) 15px, rgb(235, 202, 14) 30px);
}

/*
  ボタン
---------------------------------------------*/
/*#2fa14d*/
/*#2fa14d*/
a.Btn {
  font-size: 21px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 72px;
  border-radius: 80px;
  background: #fe7289;
  color: #ffffff;
  border: solid 4px #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  border: solid 4px #ffffff;
  margin: auto;
  text-align: center;
}
a.Btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
  transform: rotate(45deg);
  transition: 0.6s;
}
a.Btn:hover {
  background: #ffffff;
  color: #fe7289;
  border: solid 4px #fe7289;
  opacity: 1;
}
a.Btn:hover::after {
  border-color: #fe7289;
  transition: 0.6s;
}

a.Btn.btn_mini {
  font-size: 18px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 72px;
  border-radius: 80px;
  background: #fe7289;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  border: solid 2px #ffffff;
  margin: auto;
  text-align: center;
  margin-left: 0rem;
  position: relative;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  max-width: 280px;
  text-align: center;
}
a.Btn.btn_mini::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
  transform: rotate(45deg);
  transition: 0.6s;
}
a.Btn.btn_mini:hover {
  background: #ffffff;
  color: #fe7289;
  border: solid 2px #fe7289;
  opacity: 1;
}
a.Btn.btn_mini:hover::after {
  border-color: #fe7289;
  transition: 0.6s;
}

a.Btn.btn_color_hanten {
  background: #ffffff;
  color: #fe7289;
  border: solid 2px #fe7289;
}
a.Btn.btn_color_hanten::after {
  border-color: #fe7289;
}
a.Btn.btn_color_hanten:hover {
  background: #fe7289;
  color: #ffffff;
  border: solid 2px #fe7289;
  opacity: 1;
}
a.Btn.btn_color_hanten:hover::after {
  border-color: #ffffff;
}

.btn_shadow {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 768px) {
  a.Btn {
    font-size: 18px;
  }
}
/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところにjs-animationをつける)
---------------------------------------------*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.js-animation.js-ani-nomove {
  transform: translateY(0px);
  transition: all 1.2s;
}
.js-animation.js-ani-nomove.is-show {
  transform: translateY(0px);
}

.js-animation.is-show {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */