@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*---------------------
カラム幅設定
----------------------*/
/*---------------------
カラー設定
----------------------*/
/*---------------------
ベンダープレフィックス初期設定
----------------------*/
/*---------------------
透明度　初期設定
----------------------*/
/*---------------------
フォントサイズ初期設定
----------------------*/
/*---------------------
フォントファミリー初期設定
----------------------*/
/*----------------
Retina,高解像度 対策
-----------------*/
/*---------------------
角丸　初期設定
----------------------*/
/*
.box {
     @include circle(100px);
     background: #fc0;
}
*/
/*---------------------
ボックスシャドウ　mixin
----------------------*/
/*
div { @include box-shadow(8px, 8px);}
*/
/*---------------------
グラデーション　mixin
----------------------*/
/* 使用例
 div { @include gradient(#ff00ff, #ff00cc, vertical);}
*/
/*---------------------
デュレーション　mixin
----------------------*/
/*
.move{
    @include transition(0.5s);
}
*/
/*---------------------
キーフレーム　mixin
----------------------*/
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface");
@import url("https://fonts.googleapis.com/css?family=Gravitas+One");
@keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}
/*---------------------
カラムグリッド mixin
----------------------*/
/*---------------------
カラムグリッド mixin
----------------------*/
/*　使用例 
div { @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, 4px, 300ms, #000000 );}
*/
/*---------------------
リンクカラー初期設定
----------------------*/
/*---------------------
汎用BOX用　マージンMIXIN リセット
----------------------*/
.m_0 {
  margin: 0 !important;
}

.p_0 {
  padding: 0 !important;
}

/*---------------------
汎用ボタンリンク用　
----------------------*/
.btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}

/*---------------------
フォント import
----------------------*/
/*---------------------
HTML BODY初期設定
----------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #111;
}

html {
  margin: 0;
  padding: 0;
}
html li {
  list-style-type: none;
}

p {
  line-height: 1.3em;
}

a, a:hover {
  text-decoration: none;
}

/*---------------------
フォント設定 
----------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*---------------------
hover 
----------------------*/
.button {
  opacity: 1;
}

.button:hover {
  opacity: 0.7;
}

/*---------------------
カスタムボタン 
----------------------*/
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/*---------------------
wrapper設定 
----------------------*/
#wrapper {
  -webkit-overflow-scrolling: touch;
}

/*---------------------
nav設定 
----------------------*/
#top-head {
  box-shadow: 0px 1px 2px 0px #888;
}

/*---------------------
背景 
----------------------*/
#wrap {
  box-shadow: 0px 1px 15px 0px rgba(0, 115, 189, 0.5);
}

div {
  box-sizing: border-box;
}

body {
  background: url(../img/2025/bg.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  body {
    background: url(../img/2025/bg.jpg) no-repeat top center;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.contents {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  margin: 0;
  padding: 0;
}

.contents-inner {
  background: #fff;
  width: 100%;
  padding: 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.contents-inner .img-responsive {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contents-inner {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .contents-inner {
    background: #fff;
    width: auto;
    padding: 10px;
  }
}
.main-contents {
  position: relative;
  background: #d4eff8 url(../img/2025/bg_maincontents.jpg) no-repeat left center;
  background-size: 100% auto;
  margin-bottom: 80px;
  border-radius: 8px;
  padding: 0 15px;
}

.main-couse-bg {
  position: relative;
  background: url(../img/2023/bg_main2.png) no-repeat left center;
  background-size: cover;
  padding: 10px;
  padding-top: 30px;
}

@media screen and (max-width: 979px) {
  .main-couse-bg {
    background: url(../img/2023/bg_main2.png) no-repeat center center;
    background-size: auto 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-contents {
    background: url(../img/2024/bg_maincontents.jpg);
    padding: 0;
  }
  .main-couse-bg {
    background: url(../img/2023/bg_main2.png) no-repeat center center;
    background-size: auto 100%;
    padding: 10px;
  }
}
.main-contents2 {
  margin-bottom: 20px;
  border-radius: 12px;
  border: 8px solid #3174ba;
  box-shadow: 0 0 10px #9ad6eb;
}

.main-contents3 {
  margin-bottom: 20px;
  border-radius: 12px;
  border: 8px solid #e84572;
  box-shadow: 0 0 10px #e29794;
}

.main-contents4 {
  margin-bottom: 20px;
  border-radius: 12px;
  border: 8px solid #f08300;
  box-shadow: 0 0 10px #e6d47b;
}

@media screen and (max-width: 767px) {
  .main-contents2 {
    border: 4px solid #58b7e4;
  }
  .main-contents3 {
    border: 4px solid #e45892;
  }
  .main-contents4 {
    border: 4px solid #ffd400;
  }
}
.main-contents2,
.main-contents3,
.main-contents4 {
  padding-bottom: 20px;
}
.main-contents2 .row,
.main-contents3 .row,
.main-contents4 .row {
  margin-left: 5px;
  margin-right: 5px;
}
.main-contents2 .col-sm-4,
.main-contents3 .col-sm-4,
.main-contents4 .col-sm-4 {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .main-contents2,
  .main-contents3,
  .main-contents4 {
    padding-bottom: 20px;
  }
  .main-contents2 .row,
  .main-contents3 .row,
  .main-contents4 .row {
    margin-left: 5px;
    margin-right: 5px;
  }
  .main-contents2 .col-sm-4,
  .main-contents3 .col-sm-4,
  .main-contents4 .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ch-midashi {
  margin-top: -70px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ch-midashi {
    margin-top: -35px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .ch-midashi {
    margin-top: -40px;
    margin-bottom: 10px;
  }
}
.thumbs-main {
  position: relative;
}
.thumbs-main img {
  display: block;
}

.thumbs-main img.main-event1 {
  margin-top: 0;
}
.thumbs-main img.main-event2 {
  margin-top: -20px;
}
.thumbs-main img.main-event3 {
  margin-top: -30px;
}
.thumbs-main img.main-event4 {
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .thumbs-main img.main-event2 {
    margin-top: 20px;
  }
}
.thumbs img {
  display: block;
}

.thumb-img {
  padding: 4px;
}

@media screen and (max-width: 767px) {
  .thumbs img {
    padding: 10px 0;
  }
  .thumb-img {
    padding: 0px;
  }
  .smp-nb {
    border-bottom: none !important;
  }
}
.blank-bd {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

.bdb1 {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #58b7e4;
}

.bdb-pink {
  border-color: #db6a8a !important;
}

.bdr1 {
  border-right: 1px dotted #58b7e4;
}

.bdb2 {
  border-bottom: 1px dotted #00a7e3;
}

.bdr2 {
  border-right: 1px dotted #00a7e3;
}

.spb {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .bdb1, .bdb2 {
    padding-bottom: 0;
    border-bottom: none;
  }
  .bdr1 {
    border-right: none;
  }
  .bdr2 {
    border-right: none;
  }
}
/*---------------------
メインイベント
----------------------*/
.mainevents-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.mainevents-wrap .m-events001 {
  width: 100%;
}
.mainevents-wrap .m-events002 {
  width: 100%;
  margin-top: -220px;
}
.mainevents-wrap .m-events003 {
  width: 100%;
  margin-top: -200px;
}
.mainevents-wrap .m-events004 {
  width: 100%;
  margin-top: -270px;
}
.mainevents-wrap .m-events001 img,
.mainevents-wrap .m-events002 img,
.mainevents-wrap .m-events003 img,
.mainevents-wrap .m-events004 img {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mainevents-wrap .m-events001sp,
.mainevents-wrap .m-events002sp,
.mainevents-wrap .m-events003sp,
.mainevents-wrap .m-events004sp {
  position: relative;
}
.mainevents-wrap .m-events001sp img,
.mainevents-wrap .m-events002sp img,
.mainevents-wrap .m-events003sp img,
.mainevents-wrap .m-events004sp img {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .mainevents-wrap .m-events001 {
    width: 100%;
  }
  .mainevents-wrap .m-events002 {
    width: 100%;
    margin-top: -180px;
  }
  .mainevents-wrap .m-events003 {
    width: 100%;
    margin-top: -180px;
  }
  .mainevents-wrap .m-events004 {
    width: 100%;
    margin-top: -200px;
  }
}
@media screen and (max-width: 999px) {
  .mainevents-wrap {
    padding-bottom: 10px;
  }
  .mainevents-wrap .m-events001 {
    width: 100%;
  }
  .mainevents-wrap .m-events002 {
    width: 100%;
    margin-top: -150px;
  }
  .mainevents-wrap .m-events003 {
    width: 100%;
    margin-top: -150px;
  }
  .mainevents-wrap .m-events004 {
    width: 100%;
    margin-top: -170px;
  }
}
.btn-lineup {
  position: absolute;
  top: 50px;
  left: 55%;
  animation: skew 2s linear infinite;
  transform-origin: center;
  z-index: 2;
}
.btn-lineup img {
  display: block;
  width: 100%;
  max-width: 300px !important;
}
.btn-lineup a img {
  opacity: 1;
}
.btn-lineup a img:hover {
  opacity: 0.8;
  transition: all 0.3s linear;
  transform: scale(1.05);
}

@media screen and (max-width: 979px) {
  .btn-lineup img {
    display: block;
    width: 100%;
    max-width: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .btn-lineup {
    position: absolute;
    left: 5%;
    top: 75%;
    z-index: 3;
  }
  .btn-lineup img {
    display: block;
    width: 100%;
    max-width: 150px !important;
  }
}
@keyframes skew {
  0% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(2deg, 2.2deg);
  }
  10% {
    transform: skew(-1deg, -1deg);
  }
  15% {
    transform: skew(0.5deg, 1.2deg);
  }
  20% {
    transform: skew(-2deg, -1.5deg);
  }
  25% {
    transform: skew(0.9deg, 0.9deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
  40% {
    transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    transform: skew(0.1deg, 0.1deg);
  }
  50% {
    transform: skew(0deg, 0deg);
  }
}
.mainevent-attention {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.mainevent-attention img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/*---------------------
熱中症 
----------------------*/
.notice001 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 20px;
}
.notice001 img {
  display: block;
  width: 100%;
}

/*---------------------
position設定 
----------------------*/
.cloud1 {
  position: absolute;
  top: 10px;
  right: -170px;
}
.cloud1 img {
  max-width: 200px;
}

.cloud2 {
  position: absolute;
  top: 10px;
  left: -170px;
}
.cloud2 img {
  max-width: 200px;
}

/*---------------------
雲　アニメーション
----------------------*/
.cloud-anime {
  animation: fuwafuwa 1.8s linear infinite;
  opacity: 0.7;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
/*---------------------
position設定 
----------------------*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*---------------------
ヘッダーイメージ設定 
----------------------*/
.header-image {
  position: relative;
  width: 100%;
  background: #000;
  background-size: cover;
}
.header-image h1 {
  margin: 0;
  padding: 0;
  display: block;
}
.header-image h1 img {
  width: 100%;
}

/*---------------------
youtube
----------------------*/
.youtube-wrap {
  margin: 0 auto;
  max-width: 560px;
  max-height: 315px;
}

.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
----------------------*/
/*---------------------
ペット可
----------------------*/
.notice-pet {
  background: #fffce1;
  width: 100%;
  max-width: 1170px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
.notice-pet .notice-inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 0 40px;
  justify-content: space-between;
  box-sizing: border-box;
}
.notice-pet .pet-notice-title {
  width: calc(30% - 20px);
  padding: 15px;
  box-sizing: border-box;
}
.notice-pet .pet-notice-txt {
  width: calc(70% - 20px);
  padding: 15px;
  box-sizing: border-box;
}
.notice-pet img {
  display: block;
  width: 100%;
  max-width: 480px;
}
.notice-pet p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .notice-pet {
    padding: 15px;
  }
  .notice-pet .notice-inner {
    display: block;
    gap: 0 20px;
  }
  .notice-pet .pet-notice-title {
    width: 100%;
    padding: 0 15px;
  }
  .notice-pet .pet-notice-txt {
    width: 100%;
  }
  .notice-pet img {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .notice-pet {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .notice-pet {
    max-width: 1170px;
  }
}
/*---------------------
フッター 
----------------------*/
section#footer .footer-contents {
  padding: 20px 0 30px;
  text-align: center;
}
section#footer .footer-contents p {
  line-height: 1.6;
}

.footer-contents .footer-link {
  text-align: center;
}
.footer-contents .footer-link a {
  color: #fff;
  margin: 0 10px;
}
.footer-contents .footer-link a:hover {
  color: #00b8dc;
}

.add, .copy {
  text-align: center;
  font-size: 12px;
  color: #0073bd;
}

@media screen and (max-width: 767px) {
  section#footer .footer-contents {
    padding: 20px 0 60px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  section#footer .footer-contents {
    padding: 0 0 20px;
    text-align: center;
  }
}
.pagetop-area {
  border-top: 1px solid #222;
  background: #181818;
  text-align: center;
}
.pagetop-area a {
  background: #181818;
  display: block;
  padding: 5px 0;
  font-size: 28px;
  color: #22beff;
}
.pagetop-area a:hover {
  background: #356df0;
  display: block;
  color: #fff;
  transition: all 0.3s;
}

@media screen and (min-width: 967px) {
  .wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }
}
.menulist {
  padding: 0;
  margin-top: 60px;
}
.menulist li {
  padding: 5px 8px;
}
@media screen and (min-width: 768px) {
  .menulist li {
    display: inline-block;
  }
}

.menulist_sub {
  margin-top: 10px;
}
.menulist_sub li {
  padding: 5px 15px;
}

.contents-menu {
  padding: 0;
}
.contents-menu div img {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  border: 2px solid #92aec3;
}
.contents-menu div img:hover {
  background: rgba(252, 243, 214, 0.8);
  border: 2px solid #0073bd;
}

.contents-menu2 {
  margin-top: 20px;
  padding: 0;
}
.contents-menu2 div img {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  border: 2px solid #92aec3;
}
.contents-menu2 div img:hover {
  background: rgba(252, 243, 214, 0.8);
  border: 2px solid #0073bd;
}

.c-menu-bg {
  background: url(../img/cmenubg.jpg) no-repeat top center;
  background-size: cover;
  padding: 20px 0;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .contents-menu2 {
    margin-top: 0;
  }
  .contents-menu div img {
    max-width: 260px;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
  }
  .contents-menu2 div img {
    max-width: 260px;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
  }
  .c-menu-bg {
    background: url(../img/cmenubg.jpg) repeat-y top center;
    background-size: auto;
    padding: 20px 0;
    border-radius: 5px;
  }
}
@media screen and (max-width: 480px) {
  .contents-menu div img {
    max-width: 200px;
  }
  .contents-menu2 div img {
    max-width: 200px;
  }
}
/*---------------------
C-HR ボタン
----------------------*/
.btn-chr {
  position: absolute;
  top: 19%;
  left: auto;
  right: auto;
}
.btn-chr img {
  width: 94% !important;
}

@media screen and (max-width: 990px) {
  .btn-chr {
    position: absolute;
    width: 100%;
    top: 19%;
    left: auto;
    right: auto;
  }
}
.np {
  padding: 0;
}

/*---------------------
見出し
----------------------*/
.ch-contents {
  display: block;
  background: #0073bd;
  color: #fff;
  font-weight: 600;
  font-size: 1.4em;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
}

.ch-update {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  font-size: 1.1em;
  font-weight: 600;
  color: #ff0000;
  text-align: center;
  border: 2px solid #4a5f90;
  border-radius: 3px;
}

@media screen and (max-width: 480px) {
  .ch-update {
    font-size: 0.8em;
  }
}
/*---------------------
角丸　汎用
----------------------*/
.radius3 {
  border-radius: 3px;
}

.radius4 {
  border-radius: 4px;
}

.radius5 {
  border-radius: 5px;
}

.radius6 {
  border-radius: 6px;
}

.radius7 {
  border-radius: 7px;
}

.radius8 {
  border-radius: 8px;
}

.radius9 {
  border-radius: 9px;
}

.radius10 {
  border-radius: 10px;
}

/*---------------------
Pink メニュー画像 margin
----------------------*/
.coming-mt {
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .coming-mt {
    margin-top: 10px;
  }
}
/*---------------------
固定　参加同意書ボタン
----------------------*/
.fix_joinbutton_pc {
  display: block;
  position: fixed;
  top: 45%;
  right: 0;
}
.fix_joinbutton_pc a.join_fix_pc {
  background-color: #0073bd;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  box-shadow: 0 0 5px rgba(0, 18, 29, 0.5);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.fix_joinbutton_pc a.join_fix_pc img {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.fix_joinbutton_pc a:hover {
  opacity: 0.8;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .fix_joinbutton_pc {
    display: none;
  }
}
.fix_joinbutton {
  display: none;
}

@media screen and (max-width: 767px) {
  .fix_joinbutton {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 18, 29, 0.5);
  }
  .fix_joinbutton a {
    border-top: 1px solid #009dff;
    background-color: #0073bd;
    display: block;
  }
  .fix_joinbutton a img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .fix_joinbutton a:hover {
    opacity: 0.8;
    transition: all 0.3s linear;
  }
}
/*---------------------
トップ　戻るボタン
----------------------*/
#backtop {
  width: 100px;
  height: 67px;
  bottom: 20px;
  font-size: 77%;
  position: fixed;
  right: 60px;
  z-index: 999;
}
#backtop img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #backtop {
    width: 80px;
    height: 54px;
    bottom: 60px;
    font-size: 77%;
    position: fixed;
    right: 10px;
    z-index: 999;
  }
  #backtop img:hover {
    opacity: 0.7;
  }
}
/*---------------------
トップ　戻るボタン
----------------------*/
.smp-bd-pink {
  border: 3px solid #d363a2;
}

.smp-bd-blue {
  border: 3px solid #00a7cb;
}

.smp-bd-blue2 {
  border: 3px solid #379ad6;
}

.smp-bd-orange {
  border: 3px solid #eb6100;
}

.smp-bd-green {
  border: 3px solid #6cbb5a;
}

.announce {
  display: block;
  background: #fff;
  padding: 20px 0;
  margin: 20px 0;
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  color: red;
  border: 4px solid red;
}

@media screen and (max-width: 480px) {
  .announce {
    display: block;
    background: #fff;
    padding: 20px 10px;
    margin: 20px 0;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    color: red;
    border: 4px solid red;
  }
}
/*---------------------
 よくあるご質問　モーダル
----------------------*/
#inline-wrap {
  position: relative;
  margin: 10px auto;
  max-width: 700px;
  background: #fff;
  border-radius: 5px;
  border: 4px solid #0768ac;
  padding: 20px;
}

#inline-wrap h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
}

#inline-wrap .image img {
  width: 100%;
  max-width: 600px;
}

#inline-wrap .image,
#inline-wrap .popup-modal-dismiss {
  text-align: center;
}

.popup-contents {
  margin: 20px;
}

h3.ch-qa {
  padding: 6px 0;
  border-top: 2px solid #0768ac;
  border-bottom: 2px solid #0768ac;
  text-align: center;
}
h3.ch-qa i.i-qa {
  max-width: 40px;
}
h3.ch-qa i.i-qa img, h3.ch-qa i.i-qa svg {
  max-width: 40px;
  margin-right: 0.4em;
}
h3.ch-qa i.i-qa2 {
  max-width: 40px;
}
h3.ch-qa i.i-qa2 img, h3.ch-qa i.i-qa2 svg {
  max-width: 40px;
  margin-right: 0.4em;
}

.qa-box {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
}

.qa-box:last-child {
  border-bottom: none;
}

.question {
  padding-left: 40px;
  margin-bottom: 10px;
}
.question .q-title {
  color: #0768ac;
}
.question i.i-q {
  max-width: 40px;
  margin-left: -40px;
}
.question i.i-q img, .question i.i-q svg {
  max-width: 40px;
  margin-right: 0.4em;
}
.question i.i-a {
  max-width: 40px;
  margin-left: -40px;
}
.question i.i-a img, .question i.i-a svg {
  max-width: 40px;
  margin-right: 0.4em;
}

img.btn-footjoin {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 5px;
}

img.btn-footjoin:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  img.btn-footjoin {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    margin-top: 30px;
  }
}/*# sourceMappingURL=style2025.css.map */