@charset "UTF-8";
body {
  background-color: #fff;
  font-weight: 400;
  font-size: 15px;
  height: 100%;
  color: #111;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif; }

@media screen and (min-width: 768px) {
  body {
    font-size: 16px; } }
p {
  line-height: 160%;
  margin-top: 5px;
  margin-bottom: 5px; }

a {
  color: #111;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
  text-decoration: none; }
  a:hover, a:focus {
    color: #111;
    opacity: 0.8;
    outline: 0;
    text-decoration: none;
    cursor: pointer; }
  a:before, a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in; }
  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -ms-filter: "alpha( opacity=0.6 )"; }

.voice-sub a:link {
  color: #222;
  text-decoration: none !important; }

.voice-sub a:visited {
  color: #222 !important;
  text-decoration: none !important; }

/*------------------------------------- */
/* ヘッダ */
/*------------------------------------- */
/*.header {
  padding:30px 0;
}*/
/*------------------------------------- */
/*フッター 
/*------------------------------------- */
/*.footer {
  padding:20px;	
}

@media screen and (min-width: 1200px) {
  .footer {
    padding: 50px 0;
  }
}*/
.footer a {
  color: #fff !important; }

/*------------------------------------- */
/* ボタン */
/*------------------------------------- */
.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111;
  padding: 20px 0;
  color: #FFF;
  font-weight: bold;
  font-family: "Sawarabi Mincho"; }

.btn_01 a {
  color: #FFF; }

.btn_size01 {
  width: 100%; }

@media screen and (min-width: 768px) {
  .btn_size01 {
    width: 340px; } }
@media screen and (max-width: 768px) {
  .btngroup_01 {
    display: block !important; } }
/*------------------------------------- */
/* タイトル */
/*------------------------------------- */
.title01 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Sawarabi Mincho";
  padding: 8px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #222;
  text-align: center; }

.title01_02 {
  font-size: 19px; }

@media screen and (min-width: 768px) {
  .title01 {
    font-size: 24px;
    text-align: left; } }
@media screen and (min-width: 1100px) {
  .title01 {
    font-size: 32px; } }
/*------------------------------------- */
/* スマホ・ipad調整 */
/*------------------------------------- */
html, body {
  overflow-x: hidden; }

/* スマホで非表示
-------------------------------------------------- */
@media screen and (max-width: 780px) {
  .spnone {
    display: none !important; } }
@media screen and (max-width: 570px) {
  .spnone02 {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .spnone03 {
    display: none !important; } }
/* スマホだけで表示
-------------------------------------------------- */
@media screen and (min-width: 781px) {
  .sponly {
    display: none !important; } }
@media screen and (min-width: 570px) {
  .sponly02 {
    display: none !important; } }
@media screen and (min-width: 420px) {
  .sponly03 {
    display: none !important; } }
@media screen and (min-width: 620px) {
  .sponly04 {
    display: none !important; } }
/* ipadで非表示
-------------------------------------------------- */
@media screen and (max-width: 1000px) {
  .ipadnone {
    display: none !important; } }
/* ipadだけで表示
-------------------------------------------------- */
@media screen and (min-width: 1001px) {
  .ipadonly {
    display: none !important; } }
@media screen and (min-width: 1050px) {
  .ipadonly02 {
    display: none !important; } }
.pagetop a {
  color: #fff !important;
  font-family: メイリオ, Meiryo, Osaka, ヒラギノ角ゴ, ＭＳ Ｐゴシック;
  font-size: 1.4rem; }

/* ヘッダ・フッタ調整
-------------------------------------------------- */
@media screen and (max-width: 1000px) {
  .breadCrumbs {
    padding: 2px 0px 5px; }

  .btn {
    border: none;
    padding: 0; } }
/* 友達追加フォーム
-------------------------------------------------- */
.bg_light-gray2 {
  background-color: #EFEFEF !important; }

.title02 {
  font-size: clamp(23px, 4vw, 40px); }

.form-text01 {
  font-size: clamp(15px, 1.7vw, 22px); }

.bg_orange {
  background-color: #FF9427 !important; }

@media screen and (min-width: 992px) {
  .arrow-orange::before {
    bottom: -19%;
    box-sizing: border-box;
    border-right: 15vw solid transparent;
    border-left: 15vw solid transparent; } }
.arrow-orange::before {
  position: absolute;
  content: "";
  bottom: -22%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-right: 10vw solid transparent;
  border-left: 10vw solid transparent;
  border-top: 70px solid #FF9427; }

.contact-btn {
  width: 250px;
  background-color: #FF9427;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  padding: 10px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer; }

.th-fz {
  font-size: clamp(13px, 2vw, 14px); }

.th-fz18 {
  font-size: clamp(14px, 2vw, 18px); }

.th-w75 {
  width: 75%; }

.th-w40 {
  width: 40%; }

.table_collapse {
  border-collapse: collapse; }

.table_border {
  border: 2px solid #fff; }

.table_border02 {
  border: 2px solid #EFEFEF; }

.bg_gray {
  background-color: #666666 !important; }

@media screen and (min-width: 992px) {
  .contact-btn {
    width: 370px;
    padding: 15px; } }
.title02 {
  font-size: clamp(20px, 4vw, 45px); }

.form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px; }

.contact-btn02 {
  width: 160px;
  padding: 10px; }

@media screen and (min-width: 1000px) {
  .contact-btn02 {
    width: 280px;
    padding: 15px; } }
