@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
#visual {
  background: url("../../_images/course/visual.jpg?20251111") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * コース案内
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.course {
  position: relative;
  padding-top: 60px;
}

.course .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト3
/* ------------------------------------------------------------------------------------------------- */

.course .inner .layout-flex-3 {
  justify-content: flex-start;
}
.course .inner .layout-flex-3 li {
  position: relative;
  padding-left: 1.55em;
}
.course .inner .layout-flex-3 li::before {
  content: "";
  display: block;
  background: url("../../_images/_common/nav-icon-1.png") no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 13px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1280px) {
  /*ブラウザの幅が736px以下の時*/
  .course .inner .layout-flex-3 {}
  .course .inner .layout-flex-3 > * {
    width: auto;
  }
}
/* ----------------------------------------------------------------------------------------------------
   * タイトル画像
/* ------------------------------------------------------------------------------------------------- */

.course .title-area {
  background: url("../../_images/_common/title-back.png") no-repeat;
  width: 100%;
  height: 200px;
  background-size: 200px 200px;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course .title-area .title {
  font-size: 3.6rem;
  font-weight: 600;
}
.course .title-area small {
  font-size: 3.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .course .title-area {
    background: url("../../_images/_common/title-back.png") no-repeat;
    width: 100%;
    height: 100px;
    background-size: 100px 100px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .course .title-area .title {
    font-size: 2.8rem;
  }
  .course .title-area small {
    font-size: 2.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * コース詳細
/* ------------------------------------------------------------------------------------------------- */

.course .description {
  position: relative;
  z-index: 1;
  margin: -30px auto 0;
  text-align: center;
}
.course .description p {
  background: var(--c-ocher);
  color: #fff;
  padding: 10px;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .course .description {
    margin: 1em auto 0;
  }
}

/* ****************************************************************************************************
   * そば屋開業育成強化コース
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.startup {
  position: relative;
  margin-top: 50px;
}

.startup .body {
  max-width: 1240px;
  padding-bottom: 80px;
  border-bottom: 1px solid #d8cdad;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .startup {
    position: relative;
  }
  .startup .body {
    padding-bottom: 40px !important;
  }
  #course-1 {
    padding-bottom: 0 !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.startup .title-area {}

.startup .title {
  position: relative;
  line-height: 1.4;
}

.startup .subtitle {
  font-size: 3.2rem;
  color: var(--c-green);
  line-height: 1.6;
  font-weight: 600;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .startup .subtitle {
    font-size: 2.4rem;
    color: var(--c-green);
    line-height: 1.6;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.startup .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 40px);
}
.startup picture {
  position: relative;
  display: block;
}
.startup picture img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

.startup .detail {
  max-width: 570px;
  width: 60%;
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start;
}
.startup .detail .content {
/*  max-width: 460px;*/
}

.startup .content .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .startup .photo {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
  .startup picture img {
    width: 90%;
    height: auto;
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
  .startup .detail {
    max-width: 100%;
    width: 100%;
    margin: 1em auto 0;
    justify-content: center;
  }
  .startup .detail .content {
    max-width: 460px;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 金額
/* ------------------------------------------------------------------------------------------------- */

.startup .content .box {
  margin-top: 50px;
  padding: 40px;
  border: 2px solid var(--c-green);
  background: #fff;
}
.startup .content .box p {
  color: var(--c-green);
  font-size: 5.0rem;
  max-width: 330px;
  margin: 0 auto;
  line-height: 1.4;
}
.startup .content .box p span {
  font-size: 1.8rem;
  display: block;
}
.startup .content .box p small {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .startup .content .box {
    margin-top: 20px;
    padding: 20px;
    border: 2px solid var(--c-green);
    background: #fff;
  }
  .startup .content .box p {
    color: var(--c-green);
    font-size: 3.5rem;
    max-width: 330px;
    margin: 0 auto;
    line-height: 1.4;
  }
  .startup .content .box p span {
    font-size: 1.6rem;
    display: block;
  }
  .startup .content .box p small {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.startup .detail + .link-btn {
  margin-top: 50px;
}
.startup .link-btn {
  margin-top: 40px;
  text-align: left;
}
.startup .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
}
.startup .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.startup .btn-1:hover::after {
  right: 0.4em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .startup .detail + .link-btn {
    margin-top: 2em;
  }
  .startup .link-btn {
    margin-top: 1em;
    text-align: center;
  }
}


/* ****************************************************************************************************
   * そば屋開業をめざすコース
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#course-2 {
  margin-bottom: 100px;
}
.start {
  position: relative;
  margin-top: 75px;
}

.start .body {
  max-width: 1240px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .start {
    position: relative;
    margin-top: 40px;
  }
  #course-2 {
    margin-bottom: 0 !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.start .title-area {}

.start .title {
  position: relative;
  line-height: 1.4;
}

.start .subtitle {
  font-size: 3.2rem;
  color: var(--c-green);
  line-height: 1.6;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .start .subtitle {
    font-size: 2.4rem;
    color: var(--c-green);
    line-height: 1.6;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.start .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 40px);
}
.start picture {
  position: relative;
  display: block;
}
.start picture img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.start .detail {
  min-width: 460px;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  justify-content: flex-start;
  min-height: 500px;
}
.start .detail .content {
/*  max-width: 460px;*/
}

.start .content .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .start .photo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .start picture img {
    width: 90%;
    height: auto;
  }
  .start .detail {
    min-width: 100%;
    width: 100%;
    margin: 1em auto 0;
    justify-content: flex-start;
    min-height: 100%;
  }
  .start .detail .content {
    max-width: 460px;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 金額
/* ------------------------------------------------------------------------------------------------- */

.start .content .box {
  margin-top: 50px;
  padding: 40px;
  border: 2px solid var(--c-green);
  background: #fff;
}
.start .content .box p {
  color: var(--c-green);
  font-size: 5.0rem;
  max-width: 330px;
  margin: 0 auto;
  line-height: 1.4;
}
.start .content .box p span {
  font-size: 1.8rem;
  display: block;
}
.start .content .box p small {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .start .content .box {
    margin-top: 20px;
    padding: 20px;
    border: 2px solid var(--c-green);
    background: #fff;
  }
  .start .content .box p {
    color: var(--c-green);
    font-size: 3.0rem;
    max-width: 330px;
    margin: 0 auto;
    line-height: 1.4;
  }
  .start .content .box p span {
    font-size: 1.6rem;
    display: block;
  }
  .start .content .box p small {
    font-size: 1.6rem;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.start .detail + .link-btn {
  margin-top: 50px;
}
.start .link-btn {
  margin-top: 40px;
  text-align: left;
}
.start .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
}
.start .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.startup .btn-1:hover::after {
  right: 0.4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .start .detail + .link-btn {
    margin-top: 2em;
  }
  .start .link-btn {
    margin-top: 1em;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン(緑)
/* ------------------------------------------------------------------------------------------------- */

.course .link-btn {
  margin-top: 40px;
  text-align: center;
}
.course .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
  margin: 0 auto;
}
.course .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.course .btn-1:hover::after {
  right: 0.4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .course .link-btn {
    margin-top: 1em;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン（白）
/* ------------------------------------------------------------------------------------------------- */

.course .btn-2 {
  position: relative;
  width: auto;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--c-green);
  background: #fff;
  padding: 1.0em;
  transition: 0.6s;
  text-align: center;
  margin: 0 auto;
}
.course .btn-2 small {
  display: block;
  color: #333;
  font-size: 1.6rem;
}
.course .btn-2 span {
  position: relative;
  padding-left: 2.5em;
  text-decoration: underline;
}
.course .btn-2 span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/pdf-icon.png") no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.1s;
}
.course .btn-2:hover::before {
  left: 0.4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .course .btn-2 {
    position: relative;
    width: 100%;
  }
}

/* ****************************************************************************************************
   * サポート
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#support {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--c-beige);
}

#support section {
  padding-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #support {
    padding-bottom: 2em !important;
  }
  
  #support section {
    padding-top: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 横並び
/* ------------------------------------------------------------------------------------------------- */

#support .layout-flex-3 {}
#support .layout-flex-3 > * {
  width: 33.33333%;
  padding: 0;
}
#support .layout-flex-3 .subtitle {
  font-size: 2.8rem;
  color: var(--c-green);
  line-height: 1.6;
  text-align: center;
  margin-top: 1em;
}
#support .layout-flex-3 .text {
  margin: 1em 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  #support .layout-flex-3 > * {
    width: 100%;
    padding: 0;
  }
  #support .layout-flex-3 > * ~ * {
    margin-top: 40px;
  }
  #support .layout-flex-3 .subtitle {
    font-size: 2.0rem;
    color: var(--c-green);
    line-height: 1.6;
    text-align: center;
    margin-top: 1em;
  }
  #support .layout-flex-3 .images img {
    width: 100%;
  }
  #support .layout-flex-3 .text {
    margin: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#support section .title-2 {
  position: relative;
  font-size: 3.0rem;
  padding-left: 1.55em;
  font-weight: 600;
}
#support section .title-2::before {
  content: "";
  display: block;
  background: url("../../_images/_common/nav-icon-2.png") no-repeat;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #support section {
    padding-top: 40px;
  }
  
  #support section .title-2 {
    position: relative;
    font-size: 2.2rem;
    padding-left: 1.55em;
    font-weight: 600;
  }
  #support section .title-2::before {
    margin-top: 13px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#support section .inner table.data {
  margin-top: 20px;
}
#support section table.data td {
  text-align: left;
}

/* ----------------------------------------------------------------------------------------------------
   * 流れ
/* ------------------------------------------------------------------------------------------------- */

#support .text-1 {
  font-size: 2.8rem;
  text-align: center;
  color: #9b8140;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #support .text-1 {
    font-size: 2.0rem;
    text-align: center;
    color: #9b8140;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#support .section-2 .history-list {
  position: relative;
  margin-top: 20px;
  margin-bottom: 100px;
  z-index: 1;
}
#support .section-2 .history-list:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 100%;
  background: var(--c-ocher);
  z-index: -1;
}
#support .section-2 .history-list .row {
  position: relative;
}
#support .section-2 .history-list .row:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  display: block;
  width: 50%;
  height: 2px;
  background: #d3c7a3;
  margin-top: -1px;
}
@media (min-width:769px) {
  #support .section-2 .history-list .row:nth-child(2n+2):before {
    left: 50%;
    right: 0;
  }
}
#support .section-2 .history-list .row:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 20px;
  aspect-ratio: 1 / 1;
  background: var(--c-ocher);
  z-index:999;
  border-radius: 100%;
}
#support .section-2 .history-list dl {
  position: relative;
  z-index: 2;
  width: 44%;
  padding: 0.5em 1.0em;
  background: #fff;
}
#support .section-2 .history-list .row:nth-child(2n+2) dl {
  margin-left: auto;
}
#support .section-2 .history-list dt {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--c-green);
}
#support .section-2 .history-list dd img {
  display: block;
  margin-top: 1em;
}
@media (max-width:768px) {
  #support .section-2 .history-list {
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
    z-index: 1;
  }
  #support .section-2 .history-list:after {
    left: 10px;
  }
  #support .section-2 .history-list .row ~ .row {
    margin-top: 20px;
  }
  #support .section-2 .history-list .row:before {
    left: 10px;
  }
  #support .section-2 .history-list .row:after {
    left: 10px;
  }
  #support .section-2 .history-list dl {
    width: calc( 100% - 30px );
    padding: 1em;
    margin-left: auto;
  }
  #support .section-2 .history-list dt {
    margin-bottom: .5em;
    font-size: 1.8rem;
  }
}

/* ****************************************************************************************************
   * 手打ちそば受講コース　お申し込み
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#contact-form-2 {
  padding-bottom: 100px;
}
#contact-form-2 .inner {
  position: relative;
  background: #fff;
  padding: 40px 2em;
  margin-top: -30px;
  z-index: 1;
}

#contact-form-2 .column > .text {
  text-align: center;
}
#contact-form-2 .box {
  background: #ede7df;
  padding: 40px;
}

.contact .box .text a {
  color: var(--c-green);
  text-decoration: underline;
}
.contact .box .text a:hover {
  color: var(--c-green);
  text-decoration: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #contact-form-2 .inner {
    position: relative;
    background: #fff;
    padding: 20px;
    margin-top: 1em;
    z-index: 1;
  }
  #contact-form-2 .column > .text {
    text-align: left;
  }
  #contact-form-2 .box {
    background: #ede7df;
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.course .text a {
  color: var(--c-green);
  text-decoration: underline;
}
.course .text a:hover {
  color: var(--c-green);
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.course .link-btn {
  margin-top: 40px;
  text-align: center;
}
.course .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
  margin: 0 auto;
}
.course .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.course .btn-1:hover::after {
  right: 0.4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .course .link-btn {
    margin-top: 20px;
    text-align: center;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 検索フォーム項目
/* ------------------------------------------------------------------------------------------------- */

/**
* 共通
*/
#main table {
  border-collapse: collapse;
  width: 100%;
}
#main table th {
  font-weight: normal;
  border-bottom: 1px solid #f4e9ce;
  vertical-align: top;
}
#main table th[scope="col"] {}
#main table th[scope="row"] {}
/**
* 項目名
*/
#main table th[scope="row"] span {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.2em 0.5em;
  border-radius: 30px;
}

#main table td {
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
#main table tr ~ tr {
  margin-top: 20px;
}

#main table tr > th {
  margin-bottom: 5px;
  padding: 5px 10px 2px;
}

#main table tr > td {
  min-height: 40px;
}

}


#main label {
  vertical-align: middle;
  display: inline-block;
}
#main input[type="text"] {
  width: 100%;
  font: inherit;
}
#main input[name="namae"] {
}
#main input[name="kana"] {
}
#main input[type="email"],
#main input[type="email2"] {
}
#main input[name="zip"],
#main input[name="pref"] {
  width: 12em;
}
#main select {
  padding: 0.55em 0.75em 0.55em 0.55em;
  cursor: pointer;
  font: inherit;
  border: 1px solid #ccc;
  box-shadow: none;
  background: none;
  background: #fff;
  width: 9em;
}
#main textarea {
  max-width: 100%;
  width: 100%;
  background: #f2eee7;
  padding: 0.5em;
  border: none;
}

/* ----------------------------------------------------------------------------------------------------
   * 生年月日
/* ------------------------------------------------------------------------------------------------- */

#main .birth_area { 
  display: flex;
  align-items: center;
}
#main .birth_area div:nth-child(1) {
  flex: 0 0 34%;
  margin-right: 5px;
}
#main .birth_area div:nth-child(2),
#main .birth_area div:nth-child(3) {
  flex: 0 0 28%;
  margin-right: 5px;
  margin-left: 5px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main .birth_area { 
  display: block;
  align-items: center;
}
#main .birth_area div:nth-child(1) {
  flex: 0 0 34%;
  margin-right: 5px;
  margin-bottom: 0.5em;
}
}




/* ----------------------------------------------------------------------------------------------------
   * テーブルレイアウト
/* ------------------------------------------------------------------------------------------------- */

#main #contact-form-2 .item {}

#main #contact-form-2 .item ~ .item {
  margin-top: 60px;
}

#main #contact-form-2 .item .title span.col-1 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
}

#main #contact-form-2 .item .text {
  font-size: 1.6rem;
  margin-top: 1em;
}

#main input {
  max-width: 100%;
  background: #f2eee7;
  padding: 0.5em;
  border: none;
}

#main .privacy-check {
  font-size: 1.6rem;
  text-align: center;
}
#main .privacy-check a {
  text-decoration: underline;
}
#main .privacy-check a:hover {
  text-decoration: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .item ~ .item {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 入力　確認　完了
/* ------------------------------------------------------------------------------------------------- */

#contact-form-2 .message {
  text-align: center;
  margin-top: -80px;
}

#main *[class*="mwblock-"],
#main *[class*="mwinline-"] {
  display: none;
}

#main .mw_wp_form_preview .mwblock-preview {
  display: block;
  margin-top: 40px;
}

#main .mw_wp_form_input .mwblock-input {
  display: block;
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#contact-form-2 .message {
  font-size: 1.5rem;
  text-align: left;
  margin-top: 1em;
}
#main .mw_wp_form_preview .mwblock-preview {
  display: block;
  margin-top: 0;
}
#main .mw_wp_form_input .mwblock-input {
  display: block;
  margin-top: 0;
}

}

#main .mw_wp_form_preview .mwinline-preview {
  display: inline;
}

#main .mw_wp_form_input .mwinline-input {
  display: inline;
}


#main .mw_wp_form_input .mwblock-message a {
  color: #fe0002;
}
#main .mw_wp_form_input .mwblock-message a:hover {
  color: #fe0002;
  text-decoration: underline;
}

/**
* 必須
*/
#main span.hissu {
  background: #c43030;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2em 1.0em;
  line-height: 1.4;
}
table.default tr.require > th:after {
  content: '必須';
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  font-size: 1.4rem;
  font-weight: 400;
  width: 3.5em;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: .25em 0 .3em;
  background: #c43030;
  margin-top: .4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main span.hissu {
    background: #c43030;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.2em 1.0em;
    line-height: 1.4;
  }
  table.default tr.require > th:after {
    content: '必須';
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
    font-size: 1.4rem;
    font-weight: 400;
    width: 3.5em;
    text-align: center;
    line-height: 1;
    color: #fff;
    padding: .25em 0 .3em;
    background: #c43030;
    margin-top: -2px;
  }
}


/* ****************************************************************************************************
   * フォームボタン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 確認画面へ進む / 送信する
/* ------------------------------------------------------------------------------------------------- */

#main .form-button {
  text-align: center;
  margin-bottom: 1.5em;
  transition: 0.3s;
  display: flex;
  justify-content: center;
}
#main .form-button button {
  transition: 0.3s;
}

#main .form-button .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
#main .form-button .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
#main .form-button .btn-1:hover {
  opacity: 0.7;
}

#main .form-button .btn-1 > input {
  background: none;
  padding: 0;
  border: 0;
  margin: 0 auto;
}
/* ローディング画像*/
div.wpcf7 .wpcf7-spinner {
  display: none;
}

#main .form-button .return.btn-1 {
  border: none;
  cursor: pointer;
  width: auto;
  background: none;
  color: #000;
  box-shadow: none;
}
#main .form-button .return.btn-1::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .form-button .btn-1 {
    width: auto;
    padding: 0 2.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン（戻る）
/* ------------------------------------------------------------------------------------------------- */

.course .link-btn .btn-1.return {
  font-size: 1.6rem;
  width: 350px;
  padding: 25px 3em;
  font-weight: 900;
}
.course .link-btn .btn-1.return::after {
  border: 0px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  left: 15px;
  right: auto;
  transition: 0.2s left;
}
.course .link-btn .btn-1.return:hover::after {
  left: 10px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .course .link-btn .btn-1.return {
    font-size: 1.6rem;
    width: auto;
    padding: 20px 3em;
  }
}


/* ****************************************************************************************************
   * そば手打ち体験（二八そば）コース
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#course-3 .description p {
  min-width: 570px;
}

.experience {
  position: relative;
  margin-top: 50px;
}
.experience .body {
  max-width: 1240px;
  padding-bottom: 80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #course-3 .description p {
    min-width: 100%;
  }

  .experience {
    position: relative;
  }
  #course-3 .title-area .title {
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.4;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.experience .title-area {}

.experience .title {
  position: relative;
  line-height: 1.4;
}

.experience .subtitle {
  font-size: 3.2rem;
  color: var(--c-green);
  line-height: 1.6;
  font-weight: 600;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .experience .subtitle {
    font-size: 2.4rem;
    color: var(--c-green);
    line-height: 1.6;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.experience .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 40px);
}
.experience picture {
  position: relative;
  display: block;
}
.experience picture img {
  width: 100%;
  height: 700px;
  overflow: hidden;
  object-fit: cover;
}

.experience .detail {
  max-width: 570px;
  width: 60%;
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start;
  min-height: 700px;
}
.experience .detail .content {
/*  max-width: 460px;*/
}

.experience .content .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .experience .photo {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
  .experience picture img {
    width: 90%;
    height: auto;
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
  .experience .detail {
    max-width: 100%;
    width: 100%;
    margin: 1em auto 0;
    justify-content: center;
    min-height: 100%;
  }
  .experience .detail .content {
    max-width: 460px;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 金額
/* ------------------------------------------------------------------------------------------------- */

.experience .content .box {
  margin-top: 50px;
  padding: 30px;
  border: 2px solid var(--c-green);
  background: #fff;
}
.experience .content .box p {
  color: var(--c-green);
  font-size: 5.0rem;
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.4;
}
.experience .content .box p b {
  font-size: 1.8rem;
  display: block;
  font-weight: normal;
}
.experience .content .box p span {
  display: inline-block;
  width: 3em;
  margin-right: 0.2em;
  text-align: right;
}

.experience .content .box p small {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .experience .content .box {
    margin-top: 20px;
    padding: 20px;
    border: 2px solid var(--c-green);
    background: #fff;
  }
  .experience .content .box p {
    color: var(--c-green);
    font-size: 3.0rem;
    max-width: 330px;
    margin: 0 auto;
    line-height: 1.4;
  }
  .experience .content .box p span {
    font-size: 1.6rem;
    display: block;
  }
  .experience .content .box p small {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.experience .detail + .link-btn {
  margin-top: 50px;
}
.experience .link-btn {
  margin-top: 40px;
  text-align: center;
}
.experience .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
}
.experience .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.experience .btn-1:hover::after {
  right: 0.4em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .experience .detail + .link-btn {
    margin-top: 2em;
  }
  .experience .link-btn {
    margin-top: 1em;
    text-align: center;
  }
}






