@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.mb0 {margin-bottom: 0;}
.mb20 {margin-bottom: 20px;}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
}
input.yourkids-age {
  width: 80px !important;
  display: inline-block;
}
input.yourkids-grade {
  width: 200px !important;
  display: inline-block;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.8em;
  overflow: auto;
}
@media(max-width:599px) {
  .inquiry td,
  .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #ddd !important;
  }
}
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f8f8f8;
  border: solid 1px #ddd;
  padding: 1em;
}
.inquiry td {
  font-size: 14px;
  border: solid 1px #ddd;
  padding: 1em !important;
}
.req {
  font-size: 12px;
  padding: 5px;
  background: #b27120;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.any {
  font-size: 12px;
  padding: 5px;
  background: #aaa;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.verticallist .wpcf7-list-item {
  display: block;
}
th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}
td {
  border-top: 1px solid #ededed;
  padding: 12px;
}
input,
select,
textarea {
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}
.text-center{
  text-align:center;
}
.wpcf7-submit {
  display: block;
  border: none;
  width: 350px;
  margin: 25px auto 0;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  background-color: rgb(178, 113, 32);
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
	    box-shadow: 0 4px 0 rgba(134, 85, 24, 1);
    transition: box-shadow .25s, -webkit-transform .25s;
    transition: transform .25s, box-shadow .25s;
    transition: transform .25s, box-shadow .25s, -webkit-transform .25s;
}
.wpcf7-submit:hover {
    box-shadow: 0 0 0 transparent !important;
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 1em;
  border-radius: 0.25rem;
  border: 2px solid #00a0d2; /* Blue */
}
.wpcf7 form.init .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

h2.wp-block-heading.is-style-section_ttl {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 120px 0 60px !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1.3 !important;
  box-sizing: border-box !important;
  color: #a96a1c;
	font-weight: normal;
}

h2.wp-block-heading.is-style-section_ttl::before,
h2.wp-block-heading.is-style-section_ttl::after {
  content: "" !important;
  display: block !important;

  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;

  width: 34px !important;
  height: 18px !important;
  flex: 0 0 34px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

h2.wp-block-heading.is-style-section_ttl::before {
  background-image: url("https://inagi-rg.club/wp/wp-content/uploads/2026/03/h2_before.png") !important;
  margin-right: 16px !important;
}

h2.wp-block-heading.is-style-section_ttl::after {
  background-image: url("https://inagi-rg.club/wp/wp-content/uploads/2026/03/h2_after.png") !important;
  margin-left: 16px !important;
}
.is-style-card.wp-block-media-text {
  box-shadow: unset !important;
}
table.has-fixed-layout thead tr > td:nth-child(2),
table.has-fixed-layout thead tr > td:nth-child(3) {
  text-align: center !important;
}
.swell-block-box-menu.is-style-default .swell-block-box-menu__item {border: none;}

.is-style-card.wp-block-media-text {
    background: none;
}
.has-white-background-color {
    background-color: transparent !important;
}

.contents_bg01 {
  background-image: url("https://inagi-rg.club/wp/wp-content/uploads/2026/03/contents_bg01.png");
  background-repeat: no-repeat;
  background-size: 30vw auto;
  background-position: right 40%;
}

.contents_bg02 {
  background-image: url("https://inagi-rg.club/wp/wp-content/uploads/2026/03/contents_bg02.png");
  background-repeat: no-repeat;
  background-size: 30vw auto;
  background-position: left bottom;
}

.contents_bg03 {
  background-image: url("https://inagi-rg.club/wp/wp-content/uploads/2026/03/contents_bg03.png");
  background-repeat: no-repeat;
  background-size: 30vw auto;
  background-position: right bottom;
}

@media(max-width:599px) {
.contents_bg01 {
  background-size: 40vw auto;
  background-position: right 40%;
}

.contents_bg02 {
  background-size: 40vw auto;
  background-position: left bottom;
}

.contents_bg03 {
  background-size: 40vw auto;
  background-position: right bottom;
}
	
.sp--center {
  text-align: center !important;
}
}

.l-footer__foot .l-container {
  display: flex;
  flex-direction: column;
}

.l-footer__nav {
  order: 1;
}

.my-footer-logo {
  order: 2;
  text-align: center;
  margin: 8px 0 12px;
}

.copyright {
  order: 3;
}

.my-footer-logo img {
  display: inline-block;
  max-width: 180px;
  height: auto;
}
