@charset "UTF-8";
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

/* 768px以下のとき */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
/*======================================================================
||    body
======================================================================*/
.inter,.inter_under {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  width:100%;
  height:100%;
}		
.inter {
  background-color: #fee89d;
  background-image: linear-gradient(90deg, #cccccc80 1px, transparent 1px), linear-gradient(#cccccc80 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 31px 31px;
  text-align: center;
  padding: 3em;
}
.inter_under {
  background-color: #fff9e9;
  padding: 3em;
  text-align: left;
}
.inter_under_inner {
  width:1200px;
  margin: 0 auto;
}
.red {
color: #e70010;
}
a:hover{
 transition : 0.5s;
 opacity: 0.5 ;
}
/*======================================================================
||    midashi
======================================================================*/
.inter strong {
font-weight: 800;
  text-align: center;
  display: inline-block;
  font-size: 2em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.inter h1 {
  font-family: "ta-kakugo-gf-01", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ec6c01;
  font-size: 5em;
  text-align: center;
  display: inline-block;
  background-image: linear-gradient(rgba(254, 203, 0, 0.4), rgba(254, 203, 0, 0.4));
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position:0 100%;
}
.inter rt,.inter_under rt {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.inter strong rt {
  margin-bottom: 0.2em;
  color: #000;
}
.inter h1 rt {
  font-size: 0.2em;
  margin-bottom: 0.2em;
}
.inter_under h2 {
  color: #fff;
  background: url( "../../img/lp202504/sub_bg.png" ) center right / auto 120% no-repeat #ec6c01 ;
  border-radius: 10px;
  width: 1200px;
  text-align: center;
  margin:0 auto 1em auto;
  padding:0.3em 0;
  font-size: 1.5em;
}
.h3-line-wrap {
  display: flex;
  align-items: center; /* 垂直方向に中央揃え */
  width: 100%;
}

.h3-line-wrap h3 {
  flex: 1;
  font-size: 1.3em;
  color: #ec6c01;
  margin-top: 2em;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0.2em;
}
.h3-line-wrap h3 span {
  font-size: 0.7em;
}
.h3-line-wrap h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #000;
}
/*======================================================================
||    mainimage
======================================================================*/
.mainimage {
  text-align: center;
  display: block;
  overflow:hidden;
  position:relative;
  height: 60em;
  margin: 3em auto 0 auto;
  width: 1200px;
}
.mainimage img {
  display: block;
  position:absolute;
}
.mainimage img.img01 {
  width:25%;
  left: 24%;
  animation-duration: 5s;
}
.mainimage img.img02 {
  width:25%;
  left: 51%;
  top: 6.5%;
  animation-duration: 8s;
  animation-delay: 1s;
}
.mainimage img.img03 {
  width:18%;
  left: 10%;
  top: 28%;
  animation-duration: 6s;
  animation-delay: 2s;
}
.mainimage img.img04 {
  width:22.5%;
  left: 5.5%;
  top: 44%;
  animation-duration: 10s;
  animation-delay: 2.5s;
}
.mainimage img.img05 {
  width:38%;
  left: 30%;
  top: 28%;
  animation-duration: 4s;
  animation-delay: 2s;
}
.mainimage img.img06 {
  width:20%;
  left: 70%;
  top: 28%;
  animation-duration: 7s;
  animation-delay: 1s;
}
.mainimage img.img07 {
  width:25%;
  left: 17%;
  top: 63%;
  animation-duration: 9s;
  animation-delay: 1.5s;
}
.mainimage img.img08 {
  width:25%;
  left: 43%;
  top: 63%;
  animation-duration: 11s;
  animation-delay: 3s;
}
.mainimage img.img09 {
  width: 20%;
  left: 70%;
  top: 48%;
  animation-duration: 7s;
  animation-delay: 1.5s;
}
.obj {
  width: 100%;
  height: auto;
  transform-origin: center center;
  animation: rotate 60s infinite linear;
  z-index: 1;
}
.custom-duration {
  animation-duration: 20s !important;
}
.fadeimg {
  animation: fadeInOut 5s infinite;
  position: relative;
  z-index: 1;
}
@keyframes fadeInOut {
  0% {
    opacity: 100;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 100;
  }
}
/*======================================================================
||    sub01
======================================================================*/
.sub01 {
  display: block;
  overflow:hidden;
  width:1000px;
  white-space:pre-line;
  text-align:left;
  font-size:1.7em;
  line-height:1.5em;
  margin:0 auto;
  position:relative;
  padding: 1em 0 2em 0;
}
.sub01 span {
  color:#e70010;
  font-weight: 800;
}
.sub01 span ruby rt{
  color:#000;
}
.sub01 img {
  position:absolute;
  width: 25%;
  right: 0;
  top: 0;
}
/*======================================================================
||    sub02
======================================================================*/
.sub02,.sub05 {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin:0 auto;
  list-style-type: none; 
}
.sub02 li,.sub05 li {
  flex:1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sub02 li img, .sub05 li img {
  width: 90%;
  display: block;
  margin:0 auto 0.5em auto;
}
  
/*======================================================================
||    sub03
======================================================================*/
.sub03 {
  background-color:#ec6c01;
  display: block;
  overflow:hidden;
  width:1200px;
  margin: 2em auto;
  padding: 2em;
  border-radius: 20px;
}
.sub03_inner_01 {
  display: flex;
  align-items: center;
  justify-content: center; 
}
.sub03_inner_01 img.logo {
  width:35%;
  margin-right: 2em;
}
.sub03_inner_01 img.new {
  width:7%;
  margin-right: 0.5em;
}
.sub03_inner_01 p{
  font-size:3em;
  color:#fff;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}
.sub03_inner_01 ruby rt{
  font-size:0.3em;
}
.sub03_inner_01 p span {
  font-size: 0.8em;
}
.sub03_inner_02 {
  color: #fff;
  margin-top: 1em;
  font-size: 1.2em;
  line-height: 1.5em;
}

/*======================================================================
||    inter_under
======================================================================*/
.inter_under b {
  display: block;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.inter_under b span {
  color: #ec6c01;
}

/*======================================================================
||    sub04
======================================================================*/
.sub04 {
  width: 90%;
  margin: 1em auto;
  font-family: sans-serif;
}
.sub04 .row {
  display: flex;
  width: 100%;
  align-items: center;
}
.sub04 .row:nth-child(odd) {
  background-color: #ffff;
}
.sub04 dt,
.sub04 dd {
  margin: 0;
  padding: 0.75em 1em;
  box-sizing: border-box;
}
.sub04 .row:nth-of-type(odd) {
  background-color: #fff;
}
.sub04 dt {
  width: 20%;
  font-weight: bold;
  font-family: "heisei-maru-gothic-std", sans-serif;
}
.sub04 dd {
  width: 80%;
  font-family: "heisei-maru-gothic-std", sans-serif;
}

    @media (max-width: 600px) {
      .sub04 .row {
        flex-direction: column;
      }

      .sub04 dt,
      .sub04 dd {
        width: 100%;
      }
    }
/*======================================================================
||    sub05
======================================================================*/
.sub05{
  margin-bottom:2em;
}
.sub05 li {
  flex-direction: column;
  text-align: center;
}
.sub05 b {
  color:#ec6c01;
  font-size:1.7em;
}
.sub05 p {
  white-space:pre-line;
  margin-bottom: 0.8em;
  font-size:1.2em;
}
.sub05 p.under {
  font-size:0.85em;
  width: 80%;
  margin: 0.5em auto 0 auto;
  text-align: left;
}
.sub05 div {
  color:#ec6c01;
  font-size:5.5em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  width: 60%;
  margin: 0 auto;
}
.sub05 div span {
  font-size:0.5em;
}
.sub05 div i {
  font-size:0.15em;
  color:#000;
  font-style: normal;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: normal;
  display: block;
  text-align: right;
}
/*======================================================================
||    sub06
======================================================================*/
.sub06{
  display: block;
  width:100%;
  margin:0 auto;
}
.sub06 li{
  display: flex;
}
.sub06 li img{
  width:28%;
  margin-right:2%;
}
.sub06 li div{
  width:70%;
}
.sub06 li:nth-child(1){
  margin-bottom:1em;
}
.sub06 li:nth-child(1) div{
  background: url( "../../img/lp202504/free.png" ) center right / auto 75% no-repeat ;
  font-size: 1.2em;
}
.sub06 li:nth-child(1) div b{
  color:#ec6c01;
  font-size:1.8em;
}
.sub06 li:nth-child(1) div p span{
  font-weight: bold;
}
.sub06 li div.info-block{
  background: url( "../../img/lp202504/qr.jpg" ) center right / auto 75% no-repeat ;
}
.sub06 li div.info-block b{
  font-size: 2em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}
.sub06 li div.info-block span {
  font-size: 0.8em;
  color: #000;
}
.sub06 li div.info-block p {
  font-weight:bold;
}
.sub06 li div.info-block .open{
  width:38%;
}
.sub06 li div.info-block .logo{
  width:40%;
}
.flex-line {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100% !important;
  margin-bottom: 0.5em;
}
.nowrap-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal !important;
  font-size: 1.2em;
  line-height: 1.7em;
}
.page-id-19279 footer {
  margin-top: 0 !important;
}
@media screen and (max-width: 1199px) {
/*======================================================================
||    body
======================================================================*/
.inter_under_inner {
  width:100%;
}
/*======================================================================
||    midashi
======================================================================*/
.inter strong {
  font-size: 3vw;
}
.inter h1 {
  font-size: 7vw;
}
.inter_under h2 {
  width: 100%;
  font-size: 2.8vw;
}
/*======================================================================
||    mainimage
======================================================================*/
.mainimage {
  height: 45em;
  width: 100%;
}
/*======================================================================
||    sub01
======================================================================*/
.sub01 {
  font-size:2.5vw;
  width: 100%;
}
/*======================================================================
||    sub02
======================================================================*/
.sub02,.sub05 {
  width: 100%;
}
/*======================================================================
||    sub03
======================================================================*/
.sub03 {
  width:100%;
}
.sub03_inner_01 img.logo {
  margin-right: 1em;
}
.sub03_inner_01 p {
  font-size: 4vw;
}
.sub03_inner_02 {
  font-size: 1em;
}
/*======================================================================
||    sub04
======================================================================*/
.sub04 {
  width: 100%;
}
/*======================================================================
||    sub05
======================================================================*/
.sub05 li {
  justify-content: start;
}
.sub05 b {
  font-size:2.7vw;
}
.sub05 p {
  font-size: 1.8vw;
}
/*======================================================================
||    sub06
======================================================================*/
.sub06 li{
  display: block;
}
.sub06 li img {
  width: 40%;
  margin:0 auto 1em auto;
  display: block;
}
.sub06 li div {
  width: 100%;
}
.sub06 li:nth-child(1) {
  margin-bottom: 2em;
}
.sub06 li:nth-child(1) div {
  background:url( "../../img/lp202504/free.png" ) center right / auto 55% no-repeat;
}
.sub06 li:nth-child(1) div b {
  font-size: 4vw;
}
.sub06 li div.info-block {
  background:url( "../../img/lp202504/qr.jpg" ) center right / auto 55% no-repeat;
}
.flex-line {
  width: 85% !important;
}
.sub06 li div.info-block .logo {
  margin:0 1em 0.5em 0;
}
}
@media screen and (max-width: 999px){
.mainimage {
  height: 35em;
}
}
@media screen and (max-width: 769px){
/*======================================================================
||    body
======================================================================*/	
.inter,.inter_under {
  padding: 3em 1em;
}
/*======================================================================
||    midashi
======================================================================*/
.inter strong {
  font-size: 3.5vw;
}
.inter h1 {
  font-size: 7.5vw;
}
.inter_under h2 {
  font-size: 5vw;
}
.h3-line-wrap h3 {
  font-size: 4.5vw;
}
/*======================================================================
||    mainimage
======================================================================*/
.mainimage {
  height: 80vw;
}
.mainimage img.img10 {
  animation-duration: 7s;
  animation-delay: 1.5s;
}
/*======================================================================
||    sub01
======================================================================*/
.sub01 {
  font-size:3.5vw;
  width: 100%;
}
.sub01 img {
  position:static;
  width: 35%;
  margin: 1em auto 0 auto;
  display: block;
}
/*======================================================================
||    sub02
======================================================================*/
.sub02 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sub02 li {
  flex: 1 1 calc(50% - 0px);
  box-sizing: border-box;
  margin-bottom: 1em;
}
/*======================================================================
||    sub03
======================================================================*/
.sub03_inner_01 {
  display: block;
}
.sub03_inner_01 img.logo {
  width: 55%;
  margin-right: 0;
  display: block;
  margin: 0 auto 0.5em auto;
}
.sub03_inner_01 img.new {
  width: 10%;
  margin-right: 0;
  display: inline-block;
  margin-bottom: -0.25em;
}
.sub03_inner_01 p {
  font-size: 6vw;
  display: inline-block;
}
.sub03_inner_02 {
  line-height: 1.3em;
}
.sub03_inner_02 br{
  display:none;
}
.sub03_inner_02 span {
  display: block;
  text-align: left;
  margin-bottom: 0.2em;
}
/*======================================================================
||    inter_under
======================================================================*/
.inter_under b {
  font-size: 5vw;
}
/*======================================================================
||    sub04
======================================================================*/
.sub04 dt{
  padding: 0.75em 1em 0.25em 1em;
}
.sub04 dd{
  padding: 0.25em 1em 0.75em 1em;
}
/*======================================================================
||    sub05
======================================================================*/
.sub05{
  display:block;
}
.sub05 li {
  margin-bottom: 2em;
  border-bottom: solid 2px #aaa;
  padding-bottom: 2em;
}
.sub05 p {
  font-size: 4vw;
}
.sub05 p.under {
  font-size:3.5vw;
  width: 90%;
}
.sub05 div {
  margin: 0 auto 0.2em auto;
}
/*======================================================================
||    sub06
======================================================================*/
.sub06 li img {
  width: 90%;
}
.sub06 li:nth-child(1) div {
  background:url( "../../img/lp202504/free.png" ) center right / 20% auto no-repeat;
  font-size: 1em;
}
.sub06 li:nth-child(1) div p {
  width:80%;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
.sub06 li:nth-child(1) div p:last-child {
  margin-bottom: 0;
}
.sub06 li:nth-child(1) div b {
  font-size: 5vw;
}
.sub06 li div.info-block {
  background:none;
}
.flex-line {
  width: 100% !important;
  display: block;
}
.sub06 li div.info-block .open,.sub06 li div.info-block .logo{
  width:70%;
  margin: 0 auto 1em auto;
}
.sub06 li div.info-block b{
  font-size: 7vw;
  text-align: center;
}
.sub06 li div.info-block p {
  font-size: 4vw;
  margin-bottom: 0.5em;
}
.nowrap-line {
  white-space: normal;
}
.nowrap-line span {
  display:block;
}
}
/*======================================================================
||    オープンキャンパス日程
======================================================================*/
.opencamp {
  background-color: #fff;
  display: block;
  overflow: hidden;
  width: 1200px;
  margin: 2em auto;
  padding: 2em;
  border-radius: 20px;
}
.opencamp h2 {
  color:#1d2089;
  font-size: 3em;
}
.opencamp_in01, .opencamp_in02 {
  background-color: #fffcdb;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 2em auto;
  padding: 6em 2em 2em 2em;
  border-radius: 20px;
  position: relative;
}
.opencamp_in01 h3, .opencamp_in02 h3 {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.8em;
  padding: 0.3em 0;
}
.opencamp_in01 h3 {
  background-color: #ec6c01;
}
.opencamp_in02 h3 {
  background-color: #1d2089;
}
.opencamp_in01 p, .opencamp_in02 p {
  font-size: 1.5em;
  font-weight: bold;
}
.opencamp_in01 p span,.opencamp_in02 p span{
  margin-right:1em;
}
.opencamp a {
  background-color: #ec6c01;
  padding: 0.3em 1em 0.8em 1em;
  border-radius: 20px;
  color: #fff;
  font-size: 2em;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: solid 5px #fee89d;
}

/* ボタンをキラッとさせる */
.opencamp a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  /* 【変更部分】inifiniteによりずっと続ける */
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}
@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}
.opencamp a:hover::before {
  left: 100%;
}
ul.weekend {
  width: 80%;
  margin: 0 auto 1em auto;
  display: flex;
  justify-content: space-between;
  gap: 1em; /* 間隔調整 */
  padding: 0;
  list-style: none;
}
ul.weekend li {
  flex: 1;
  position: relative;
  aspect-ratio: 1 / 1; /* 真円を維持するための比率 */
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.weekend li::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #ec6c01;
  border-radius: 50%;
  z-index: 0;
}
.circle-text {
  position: relative;
  z-index: 1;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}
.circle-text p.year {
  background: #000;
  display: block;
  padding: 0.3em 1em;
  color: #fff;
  border-radius: 20px;
  font-weight: normal;
  font-size: 1em;
  width: 100px;
  margin: 0 auto 0.5em auto;
}
.circle-text span {
  color: #fff;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}
.circle-text span.small {
  font-size: 3.5em;
  margin-top: 0.15em;
}
.circle-text span.big{
 font-size:5.5em;
}
.circle-text p.week{
  color:#fff;
  font-weight:bold;
  font-size:1.5em;
}
@media screen and (max-width: 1199px) {
  .opencamp {
    width: 100%;
  }
opencamp_in01 p, .opencamp_in02 p {
  line-height: 1.5em;
}
.circle-text p.year {
  font-size: 1.5vw;
    width: 8vw;
}
.circle-text span.small {
  font-size: 5vw;
}
.circle-text span.big {
  font-size: 8vw;
}
.circle-text p.week {
  font-size: 1em;
}
}
@media screen and (max-width: 769px){
.opencamp h2 {
  font-size: 7vw;
}
.opencamp_in01 h3, .opencamp_in02 h3 {
  font-size: 5vw;
}
.opencamp_in01, .opencamp_in02 {
  padding: 4em 1em 1em 1em;
}
ul.weekend {
  width: 70%;
  display: block;
}
ul.weekend li {
  margin-bottom: 1em;
}
  .circle-text p.year {
    font-size: 3.5vw;
    width: 20vw;
	text-align: center;
	padding: 0.1em 1em;
  }
  .circle-text span.small {
    font-size: 10vw;
  }
  .circle-text span.big {
    font-size: 20vw;
  }
  .circle-text p.week {
    font-size: 5vw;
	text-align: center;
  }
.opencamp_in01 p, .opencamp_in02 p {
  font-size: 4vw;
  text-align: left;
  line-height: 6vw;
}
.opencamp a {
  font-size: 6vw;
  line-height: 1.5em;
  padding-top: 0.8em;
}
}

/*======================================================================
||
||    ボタン
||
======================================================================*/

::after, ::before {
  box-sizing: inherit;

  text-decoration: inherit;

  vertical-align: inherit;

}
要素 {
}
.post_content dd > :last-child, .post_content div > :last-child, .post_content > :last-child {
  margin-bottom: 0 !important;

}
.post_content div > :first-child, .post_content > :first-child {
  margin-top: 0 !important;

}
.wp-block-button__link {
  color: #fff;
  background-color: #e70010;
  border-radius:10px;
}
/*======================================================================
||
||    個別相談（お問い合わせ）
||
======================================================================*/
.contact_form_cont {
  display:block;
  width:80%;
  margin:0 auto;
}
.contact_form_cont label {
  margin-bottom: 0.2em;
  font-size: 1.2em;
  display: block;
  padding-left: 0.7em;
}
.contact_form_cont div {
  margin-bottom:1.5em;
  padding-left: 1em;
}
.contact_form_cont input,.contact_form_cont select {
  background-color: #fff;
  border: 1px solid #aaa;
}
.contact_form_cont .wpcf7-form-control {
  width:50%;
}
.contact_form_cont .wpcf7-radio {
  display:inline-block;
  width:auto;
}
.contact_form_cont div.submit_but {
  margin:0 auto;
  text-align: center;
}
div.submit_but p {
  display: inline-block;
  background-color: #e70010;
  border: none;
  padding: 0.5em 2em;
  border-radius: 10px;
  color: #fff;
  max-width: 100%;
}
div.submit_but p::before {
  content: "Input Verification";
  display: block;
  font-size: 0.8em;
}
div.submit_but input.confirm_button {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
  width: 100%;
  white-space: pre-line;
  line-height: 1.4em;
}
#time1-wrap,#week2-wrap,#time2-wrap,#week3-wrap,#time3-wrap{
  padding-left: 0;
}
select option:disabled {
  color: #ccc;        /* 文字色を薄く */
}

.submit_but span.wpcf7-spinner{
  display:none;
}
label[for="your-name"],
label[for="your-email"],
label[for="your-tel"],
label[for="your-zaiseki"],
label[for="your-gakunen"],
label[for="your-seibetsu"],
label[for="your-doukou"],
label[for="your-friend"],
label[for="your-go"],
label[for="your-week1"],
label[for="your-week2"],
label[for="your-week3"],
label[for="your-time1"],
label[for="your-time2"],
label[for="your-time3"]{
  position:relative;
}
label[for="your-name"]::before,
label[for="your-email"]::before,
label[for="your-tel"]::before,
label[for="your-zaiseki"]::before,
label[for="your-gakunen"]::before,
label[for="your-seibetsu"]::before,
label[for="your-doukou"]::before,
label[for="your-friend"]::before,
label[for="your-go"]::before,
label[for="your-week1"]::before,
label[for="your-week2"]::before,
label[for="your-week3"]::before,
label[for="your-time1"]::before,
label[for="your-time2"]::before,
label[for="your-time3"]::before{
  content: "※ ";
  color: #e70010;
  font-size:0.5em;
    position: absolute;
    top: 0;
    left: 0;

}
span.english{
  font-size:0.7em;
  color: #777;
}

@media screen and (max-width: 1199px) {
.contact_form_cont {
  width: 100%;
}
}
@media screen and (max-width: 767px){
.contact_form_cont div {
  padding-left: 0;
}
.contact_form_cont .wpcf7-form-control {
  width: 100%;
}
}
/*======================================================================
||
||    地図アクセス
||
======================================================================*/
.map_bottom figure {
  width: 15%;
}
.map_bottom p {
  width: 85%;
  padding: 1em;
}
.map_bottom p span:first-child {
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  margin-right: 0.8em;
}
.map_bottom p span:nth-child(2) {
  font-size: 1.8em;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5em;
}
.map_bottom p span:nth-child(3) {
  font-size: 2em;
  display: inline-block;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}
.map_bottom p span:nth-child(4),.map_bottom p span:nth-child(5),.map_bottom p span:nth-child(6) {
  display: block;
}
@media screen and (max-width: 767px){
.map_bottom {
  display: block !important;
}
.map_bottom figure {
  width: 40%;
  margin: 0 auto !important;
}
.map_bottom p {
  width: 100%;
  padding: 0;
  margin-top: 1em !important;
}
.map_bottom p span:first-child {
  font-size: 2.5vw;
  width: 10%;
  padding-right:0.5em;
  margin:0;
}
.map_bottom p span:nth-child(2) {
  font-size: 5.5vw;
  width: 90%;
  margin:0;
}
.map_bottom p span:nth-child(3) {
  font-size: 6vw;
  margin-top: 0.2em;
}
.map_bottom p span:nth-child(4) {
  margin-top: 0.5em;
}
span.fssmt {
  font-size: 4vw !important;
  line-height: 2.2em !important;
}
